.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}

.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.block {
  display: block;
  position: relative;
}

.centerBlock {
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  clear: both;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}

.slick-prev {
  left: 30px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}

.slick-next {
  right: 30px;
}

[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 0px;
}

.slick-dots li.slick-active button {
  background: #333;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.home_top {
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  height: 30px;
  position: relative;
  z-index: 99;
}

.home_top .t {
  float: left;
  display: inline-block;
  line-height: 30px;
  color: #888888;
  font-size: 12px;
  background: url(../images/cctv.png) no-repeat left center;
  /* padding-left: 45px; */
}

.home_top .right {
  float: right;
  display: table;
}

.home_top .right a {
  position: relative;
  display: block;
  float: left;
  color: #888888;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}

.home_top .right a:last-child {
  padding-right: 0;
}

.home_top .right a:nth-child(8) {
  /*  color: #dd1721;  */
  font-weight: 600;
}

.home_top .right a:first-child:before {
  display: none;
}

.home_top .right a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 1px;
  height: 9px;
  background: #e9e9e9;
}

.home_top .right a:hover {
  color: #dd1721;
}

.home_top .right a:hover img {
  display: block;
}

.home_top .right a img {
  display: none;
  position: absolute;
  width: 104px;
  height: 106px;
  left: 0;
  top: 30px;
}

.home_top .right .dy-div {
  display: none;
  position: absolute;
  right: -126px;
  top: 30px;
  width: 244px;
  height: 51px;
  background: #efefef;
  padding: 7px 12px 0 10px;
}

.home_top .right .dy-div .in_div {
  float: left;
  width: 159px;
  height: 36px;
  background: #fff;
  border: none;
  color: #767676;
  font-size: 12px;
  padding: 0 10px;
}

.home_top .right .dy-div .btn {
  float: right;
  width: 60px;
  height: 36px;
  background: #1c4788;
  color: #fff;
  font-size: 16px;
}

.header {
  height: 96px;
}

.header .logo {
  width: 446px;
  height: 41px;
  margin-top: 26px;
  display: block;
}

.header .right {
  float: right;
  display: table;
  padding-top: 36px;
}

.header .right .text_div {
  float: left;
  background: url(../images/icon5.jpg) no-repeat right center;
  padding: 0 22px;
}

.header .right .text_div .img {
  float: left;
  display: table;
  margin-right: 8px;
}

.header .right .text_div .text {
  float: left;
}

.header .right .text_div .text .bt {
  position: relative;
  top: -2px;
  color: #00669a;
  font-size: 15px;
  font-weight: bold;
}

.header .right .text_div .text .t {
  color: #888888;
  font-size: 12px;
}

.header .right .text_div .text .dh {
  width: 141px;
  height: 15px;
  margin-bottom: 5px;
}

.header .right .text_div:last-child {
  padding-right: 0;
  background: none;
}

.nav_con {
  background: url(../images/nav_bg.jpg) no-repeat center center;
  height: 64px;
  position: relative;
  z-index: 10;
}

.nav_con .w1200 {
  position: relative;
  height: 64px;
}

.nav_con ul>li {
  position: relative;
  float: left;
  font-size: 17px;
}

.nav_con ul>li>a {
  display: block;
  line-height: 64px;
  float: left;
  color: #fff;
  padding: 0 20px;
}

.nav_con ul>li .nav_t {
  display: none;
  position: absolute;
  left: 0;
  top: 64px;
  width: 1106px;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 0;
}

.nav_con ul>li .nav_t:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
  background: rgba(0, 0, 0, 0.72);
  height: 100%;
  z-index: -1;
}

.nav_con ul>li .nav_t .nav_table {
  float: left;
  width: 124px;
}

.nav_con ul>li .nav_t .nav_table a {
  display: block;
  text-align: center;
  color: #DEDEDE;
  font-size: 15px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.nav_con ul>li .nav_t .nav_table a:before {
  display: none;
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  width: 5px;
  height: 10px;
  background: url(../images/g_icon.png) no-repeat center center;
}

.nav_con ul>li .nav_t .nav_table a.cur,
.nav_con ul>li .nav_t .nav_table a:hover {
  background: #424242;
  color: #fff;
}

.nav_con ul>li .nav_t .nav_table a.cur:before,
.nav_con ul>li .nav_t .nav_table a:hover:before {
  display: block;
}

.nav_con ul>li .nav_t .nav_btn {
  float: right;
  width: 978px;
  padding: 0 50px;
}

.nav_con ul>li .nav_t .nav_btn ol {
  margin-top: 18px;
}

.nav_con ul>li .nav_t .nav_btn ol li {
  margin-bottom: 30px;
  float: left;
  width: 190px;
  margin-right: 39px;
}

.nav_con ul>li .nav_t .nav_btn ol li .bt {
  padding-bottom: 12px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.nav_con ul>li .nav_t .nav_btn ol li .b_con {
  margin-top: 8px;
}

.nav_con ul>li .nav_t .nav_btn ol li .b_con a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  margin-right: 5px;
}

.nav_con ul>li .nav_t .nav_btn ol li .b_con a:hover {
  color: #d71b25;
}

.nav_con ul>li .nav_t .nav_btn ol li:nth-child(4n) {
  margin-right: 0;
}

.nav_con ul>li:hover {
  background: #dd1721;
}

.nav_con ul>li:hover .nav_t {
  display: block;
}

.nav_con ul>li.cur {
  background: #dd1721;
}

.nav_con .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 64px;
  height: 64px;
  color: #fff;
}

.nav_con .search_btn img {
  margin-right: 5px;
}

.nav_con .search_con {
  display: none;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 64px;
  background: #fff;
  width: 250px;
  height: 40px;
}

.nav_con .search_con .in_p {
  width: 220px;
  height: 40px;
  border: none;
  font-size: 14px;
  padding: 0 10px;
  float: left;
}

.nav_con .search_con .btn {
  margin-right: 9px;
  float: right;
  width: 21px;
  height: 40px;
  background: url(../images/search_btn1.png) no-repeat center center;
  border: none;
}

.banner {
  height: 638px;
  position: relative;
  z-index: 1;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  overflow: hidden;
}

.banner ul {
  position: relative;
}

.banner ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 638px;
  display: none;
}

.banner ul li:first-child {
  display: block;
}

.banner .arrow {
  position: absolute;
  left: 0;
  bottom: 35px;
  text-align: center;
  width: 100%;
  height: 4px;
  line-height: 4px;
}

.banner .arrow a {
  position: relative;
  z-index: 9;
  width: 49px;
  height: 4px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 3px;
}

.banner .arrow a.cur {
  background: #e00b1d;
}

.footer {
  background: #1f2a3a;
  padding: 42px 0 48px;
  border-bottom: 1px solid #293341;
}

.footer .foot_div .foot_nav {
  float: left;
  width: 804px;
}

.footer .foot_div .foot_nav ul li {
  float: left;
  border-left: 1px solid #36404e;
  padding-left: 12px;
  min-height: 138px;
}

.footer .foot_div .foot_nav ul li .bt {
  position: relative;
  top: -3px;
  color: #ffffff;
  font-size: 16px;
}

.footer .foot_div .foot_nav ul li .bt:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 3px;
  width: 2px;
  height: 18px;
  background: #990808;
}

.footer .foot_div .foot_nav ul li .nav_a {
  margin-top: 5px;
}

.footer .foot_div .foot_nav ul li .nav_a a {
  display: block;
  color: #898d92;
  font-size: 14px;
  line-height: 28px;
}

.footer .foot_div .foot_nav ul li .nav_a a:hover {
  color: #fff;
}

.footer .foot_div .foot_rx {
  float: left;
  width: 292px;
  border-left: 1px solid #36404e;
  padding-left: 12px;
  min-height: 138px;
}

.footer .foot_div .foot_rx .bt {
  position: relative;
  top: -3px;
  color: #ffffff;
  font-size: 16px;
}

.footer .foot_div .foot_rx .bt:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 3px;
  width: 2px;
  height: 18px;
  background: #990808;
}

.footer .foot_div .foot_rx .dh {
  margin-top: 10px;
  color: #dddddd;
  font-size: 32px;
  font-family: arial;
}

.footer .foot_div .foot_rx .gz {
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
}

.footer .foot_div .foot_rx .gz_con {
  margin-top: 13px;
}

.footer .foot_div .foot_rx .gz_con a {
  display: block;
  float: left;
  height: 18px;
  margin-right: 12px;
}

.footer .foot_div .foot_ewm {
  float: right;
  width: 104px;
}

.footer .foot_div .foot_ewm .img {
  width: 104px;
  height: 106px;
}

.footer .foot_div .foot_ewm .t {
  margin-top: 10px;
  color: #dddddd;
  font-size: 12px;
}

.footer .foot_gj {
  margin-top: 20px;
}

.footer .foot_gj ul li {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.footer .foot_gj ul li span {
  display: inline-block;
  float: left;
  color: #ffffff;
  font-size: 16px;
}

.footer .foot_gj ul li .con {
  float: left;
  width: 1132px;
}

.footer .foot_gj ul li .con a {
  display: block;
  float: left;
  color: #898d92;
  font-size: 15px;
  padding: 0 10px;
  position: relative;
}

.footer .foot_gj ul li .con a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
  height: 10px;
  background: #52555b;
}

.footer .foot_gj ul li .con a:last-child:before {
  display: none;
}

.footer .foot_gj ul li .con a:hover {
  color: #fff;
}

.banquan {
  background: #1f2a3a;
  padding: 20px 0;
  text-align: center;
  color: #b8b8b8;
  font-size: 13px;
}

.links {
  background: #151e2a;
  padding: 22px 0;
  line-height: 24px;
}

.links span {
  top: -1px;
  display: inline-block;
  float: left;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  padding-left: 13px;
}

.links span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 16px;
  background: #990808;
}

.links .link {
  margin-left: 20px;
  float: left;
  width: 1100px;
}

.links .link a {
  display: block;
  float: left;
  font-size: 14px;
  color: #68727f;
  margin: 0 12px;
}

.links .link a:hover {
  color: #fff;
}

.home_tit {
  position: relative;
  color: #292929;
  font-size: 24px;
}

.home_tit span {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
}

.home_tit a {
  position: absolute;
  right: 0;
  top: 12px;
  color: #888888;
  font-size: 12px;
  text-transform: uppercase;
  font-family: arial;
}

.home_tit a:hover {
  color: #e00d1b;
}

.home_div {
  padding: 45px 0 65px;
}

.home_div .home_con {
  position: relative;
}

.home_div .home_con .more {
  position: absolute;
  right: 0;
  top: 10px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}

.home_div .home_con .more:hover {
  color: #e00b1d;
}

.home_div .gq_list {
  margin-top: 30px;
  border: 1px solid #f0f0f0;
  height: 81px;
  padding: 0 20px;
}

.home_div .gq_list li {
  position: relative;
  float: left;
  width: 193px;
  padding: 17px 12px 0;
}

.home_div .gq_list li .img {
  float: left;
  width: 66px;
  height: 46px;
  border: 1px solid #eeeeee;
  position: relative;
}

.home_div .gq_list li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_div .gq_list li .text {
  padding-left: 10px;
  width: 103px;
  float: left;
}

.home_div .gq_list li .text .bt {
  margin-top: 2px;
  color: #000000;
  font-size: 14px;
}

.home_div .gq_list li .text .yw {
  margin-top: 5px;
  color: #999999;
  font-size: 12px;
  font-family: arial;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_div .gq_list li .icon {
  display: none;
  position: absolute;
  left: 0;
  top: -5px;
  width: 193px;
  height: 98px;
  background: url(../images/gq_hover.png) no-repeat center center;
}

.home_div .gq_list li:hover .icon {
  display: block;
}

.home_div dl {
  margin-top: 40px;
}

.home_div dl dt {
  width: 789px;
}

.home_div dl dt .img {
  float: left;
  display: block;
  width: 381px;
  height: 205px;
  position: relative;
}

.home_div dl dt .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_div dl dt .text {
  position: relative;
  height: 205px;
  width: 379px;
  float: right;
  padding-top: 15px;
}

.home_div dl dt .text .bt {
  display: block;
  color: #333333;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_div dl dt .text .bt:hover {
  color: #0072ae;
}

.home_div dl dt .text .t {
  margin-top: 8px;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}

.home_div dl dt .text .more {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #0072ae;
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right 8px;
  padding-right: 17px;
}

.home_div dl dd {
  width: 384px;
}

.home_div dl dd .tit {
  position: relative;
  color: #333333;
  font-size: 18px;
}

.home_div dl dd .tit a {
  position: absolute;
  right: 0;
  top: 5px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}

.home_div dl dd .tit a:hover {
  color: #e00b1d;
}

.home_div dl dd .con {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c6c6c6;
}

.home_div dl dd .con .img {
  float: left;
  display: block;
  width: 90px;
  height: 70px;
  position: relative;
}

.home_div dl dd .con .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_div dl dd .con .text {
  float: right;
  width: 276px;
  color: #777777;
  font-size: 13px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.home_div dl dd ul {
  margin-top: 5px;
}

.home_div dl dd ul li {
  float: left;
  width: 100%;
  line-height: 26px;
}

.home_div dl dd ul li a {
  float: left;
  display: block;
  max-width: 75%;
  color: #666666;
  background: url(../images/icon7.png) no-repeat left center;
  padding-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_div dl dd ul li span {
  display: inline-block;
  float: right;
  color: #888888;
}

.home_div dl dd ul li:hover a {
  color: #0072ae;
  background: url(../images/icon8.png) no-repeat left center;
}

.home_div2 {
  background: url(../images/home_bg.jpg) no-repeat center center;
  height: 882px;
  padding-top: 83px;
}

.home_div2 .home_con {
  position: relative;
  line-height: 54px;
  height: 65px;
  background: url(../images/home_bg2.png) no-repeat center center;
}

.home_div2 .home_con .more {
  position: absolute;
  right: 35px;
  top: 2px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}

.home_div2 .home_con .more:hover {
  color: #e00b1d;
}

.home_div2 .home_con .home_list {
  position: absolute;
  left: 410px;
  top: 0;
}

.home_div2 .home_con .home_list a {
  padding: 0 18px;
  color: #666666;
  font-size: 15px;
  display: block;
  float: left;
}

.home_div2 .home_con .home_list a.cur,
.home_div2 .home_con .home_list a:hover {
  color: #fff;
  background-color: #007bbb;
}

.home_div2 ul {
  margin-top: 27px;
}

.home_div2 ul li {
  float: left;
  margin: 0 28px 28px 0;
  width: 381px;
  height: 296px;
  background: rgba(255, 255, 255, 0.6);
}

.home_div2 ul li .img {
  display: block;
  width: 381px;
  height: 205px;
  position: relative;
  overflow: hidden;
}

.home_div2 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_div2 ul li .text {
  padding: 12px 24px 0;
}

.home_div2 ul li .text .bt {
  display: block;
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_div2 ul li .text .t {
  color: #858585;
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin-top: 5px;
}

.home_div2 ul li:nth-child(3n) {
  margin-right: 0;
}

.home_div2 ul li:hover {
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}

.home_div3 {
  padding: 56px 0 65px;
}

.home_div3 .left {
  width: 792px;
}

.home_div3 .left .home_con {
  position: relative;
}

.home_div3 .left .home_con .more {
  position: absolute;
  right: 0;
  top: 10px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}

.home_div3 .left .home_con .more:hover {
  color: #e00b1d;
}

.home_div3 .left .home_hd {
  margin-top: 15px;
  width: 100%;
  height: 349px;
  overflow: hidden;
}

.home_div3 .left .home_hd .text {
  width: 100%;
  height: 349px;
  position: relative;
  overflow: hidden;
}

.home_div3 .left .home_hd .text img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_div3 .left .home_hd .text .text_div {
  position: absolute;
  right: 0;
  top: 0;
  height: 349px;
  width: 382px;
  background: rgba(20, 37, 78, 0.9);
  padding: 45px 45px 0;
}

.home_div3 .left .home_hd .text .text_div .bt {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  height: 68px;
  overflow: hidden;
}

.home_div3 .left .home_hd .text .text_div .t {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  margin-top: 16px;
}

.home_div3 .left .home_hd .text .text_div .dz {
  margin-top: 30px;
  float: right;
  background: url(../images/home_hd_iocn.png) no-repeat left 6px;
  line-height: 24px;
  color: #fff;
  padding-left: 20px;
}

.home_div3 .left .home_hd .slick-dots {
  text-align: left;
  padding-left: 500px;
  bottom: 35px;
}

.home_div3 .left .home_hd .slick-dots li {
  float: none;
  width: auto;
  margin: 0 1px;
  padding-left: 0;
}

.home_div3 .left .home_hd .slick-dots li button {
  width: 41px;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
}

.home_div3 .left .home_hd .slick-dots li:nth-child {
  float: none;
}

.home_div3 .left .home_hd .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.6);
}

.home_div3 .left ul {
  margin-top: 13px;
}

.home_div3 .left ul li {
  line-height: 24px;
  float: left;
  background: url(../images/home_hd_iocn2.png) no-repeat left 10px;
  padding-left: 15px;
  width: 380px;
}

.home_div3 .left ul li:nth-child(2n) {
  float: right;
}

.home_div3 .left ul li span {
  color: #757575;
  font-size: 12px;
  display: inline-block;
  padding-top: 1px;
}

.home_div3 .left ul li a {
  margin-left: 5px;
  display: block;
  float: left;
  max-width: 80%;
  color: #666666;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_div3 .left ul li:hover {
  background: url(../images/home_hd_iocn3.png) no-repeat left 10px;
}

.home_div3 .left ul li:hover a {
  color: #05689a;
}

.home_div3 .right {
  width: 386px;
}

.home_div3 .right .home_con {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}

.home_div3 .right .home_con .home_zx span {
  cursor: pointer;
  margin-right: 30px;
  display: block;
  float: left;
  color: #292929;
  font-size: 24px;
  padding-bottom: 14px;
  position: relative;
  bottom: -1px;
}

.home_div3 .right .home_con .home_zx span.cur {
  border-bottom: #dd1721 solid 4px;
}

.home_div3 .right .home_con .more {
  position: absolute;
  right: 0;
  top: 10px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}

.home_div3 .right .home_con .more:hover {
  color: #e00b1d;
}

.home_div3 .right .home_hd_con {
  margin-top: 20px;
}

.home_div3 .right .home_hd_con .home_hd_text {
  display: none;
}

.home_div3 .right .home_hd_con .home_hd_text:first-child {
  display: block;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div li {
  margin-bottom: 8px;
  float: left;
  width: 100%;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div li .img {
  display: block;
  float: left;
  width: 155px;
  height: 92px;
  position: relative;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div li .t {
  float: right;
  width: 231px;
  padding: 0 7px 0 14px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div2 {
  margin-top: 3px;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div2 li {
  width: 100%;
  float: left;
  line-height: 26px;
  background: url(../images/home_hd_iocn2.png) no-repeat left 10px;
  padding-left: 14px;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div2 li a {
  display: block;
  max-width: 80%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div2 li span {
  display: inline-block;
  float: right;
  color: #757575;
  font-size: 12px;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div2 li:hover {
  background: url(../images/home_hd_iocn3.png) no-repeat left 10px;
}

.home_div3 .right .home_hd_con .home_hd_text .hd_div2 li:hover a {
  color: #05689a;
}

.home_div4 {
  background: url(../images/home_bg3.jpg) no-repeat center center;
  height: 611px;
  padding: 98px 0 0;
}

.home_div4 .tit {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

.home_div4 .tit span {
  display: inline-block;
  position: relative;
}

.home_div4 .tit span:before {
  content: "";
  position: absolute;
  top: -17px;
  right: -14px;
  background: url(../images/icon9.png) no-repeat center center;
  width: 126px;
  height: 42px;
}

.home_div4 .home_fuwu {
  margin-top: 45px;
}

.home_div4 .home_fuwu ul {
  width: 1060px;
  margin: 0 auto;
}

.home_div4 .home_fuwu ul li {
  position: relative;
  float: left;
  margin: 0 5px;
}

.home_div4 .home_fuwu ul li span,
.home_div4 .home_fuwu ul li em {
  position: absolute;
  left: 0;
  top: 0;
}

.home_div4 .home_fuwu ul li span {
  display: block;
}

.home_div4 .home_fuwu ul li em {
  display: none;
}

.home_div4 .home_fuwu ul li:nth-child(1),
.home_div4 .home_fuwu ul li:nth-child(5) {
  width: 225px;
  height: 261px;
  margin-top: 40px;
}

.home_div4 .home_fuwu ul li:nth-child(2),
.home_div4 .home_fuwu ul li:nth-child(4) {
  width: 192px;
  height: 223px;
}

.home_div4 .home_fuwu ul li:nth-child(3) {
  width: 176px;
  height: 204px;
  margin-top: 5px;
}

.home_div4 .home_fuwu ul li:hover span,
.home_div4 .home_fuwu ul li.cur span {
  display: none;
}

.home_div4 .home_fuwu ul li:hover em,
.home_div4 .home_fuwu ul li.cur em {
  display: block;
}

.home_div4 .text {
  text-align: center;
}

.home_div4 .text p {
  display: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
}

.home_div4 .text p:first-child {
  display: block;
}

.home_div5 {
  padding: 50px 0 60px;
}

.home_div5 .left {
  width: 790px;
}

.home_div5 .left .home_con {
  position: relative;
}

.home_div5 .left .home_con .more {
  position: absolute;
  right: 0;
  top: 10px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}

.home_div5 .left .home_con .more:hover {
  color: #e00b1d;
}

.home_div5 .left dl {
  margin-top: 25px;
  margin-bottom: 25px;
}

.home_div5 .left dl dt {
  width: 328px;
  height: 204px;
  position: relative;
}

.home_div5 .left dl dt .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.home_div5 .left dl dt .text span {
  margin: 67px auto 0;
  display: block;
  width: 47px;
  height: 47px;
}

.home_div5 .left dl dt .text .t {
  margin-top: 12px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.home_div5 .left dl dd {
  width: 453px;
}

.home_div5 .left dl dd ul li {
  margin-bottom: 8px;
  width: 100%;
  height: 98px;
  border: 1px solid #e3e3e3;
  border-left: none;
}

.home_div5 .left dl dd ul li .img {
  position: relative;
  top: -1px;
  float: left;
  width: 141px;
  height: 98px;
}

.home_div5 .left dl dd ul li .img span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.home_div5 .left dl dd ul li .img span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 36px;
}

.home_div5 .left dl dd ul li .text {
  float: right;
  width: 311px;
  padding: 15px 22px 0 22px;
}

.home_div5 .left dl dd ul li .text .bt {
  display: block;
  color: #444444;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_div5 .left dl dd ul li .text .t {
  color: #777777;
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
  height: 40px;
  overflow: hidden;
}

.home_div5 .left dl dd ul li:hover .text .bt {
  color: #05689a;
}

.home_div5 .left .home_case {
  margin-top: 25px;
}

.home_div5 .left .home_case .div {
  width: 382px;
}

.home_div5 .left .home_case .div .top .img {
  display: block;
  float: left;
  width: 141px;
  height: 94px;
  position: relative;
}

.home_div5 .left .home_case .div .top .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_div5 .left .home_case .div .top .text {
  width: 241px;
  float: right;
  padding: 5px 20px 0;
}

.home_div5 .left .home_case .div .top .text .bt {
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
  display: block;
}

.home_div5 .left .home_case .div .top .text .t {
  margin-top: 8px;
  color: #808080;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.home_div5 .left .home_case .div .top:hover .text .bt {
  color: #05689a;
}

.home_div5 .left .home_case .div ul {
  margin-top: 20px;
}

.home_div5 .left .home_case .div ul li {
  padding-right: 20px;
  float: left;
  width: 100%;
  line-height: 26px;
}

.home_div5 .left .home_case .div ul li a {
  display: block;
  float: left;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #757575;
}

.home_div5 .left .home_case .div ul li span {
  display: inline-block;
  float: right;
  color: #757575;
  font-size: 12px;
}

.home_div5 .left .home_case .div ul li:hover a {
  color: #05689a;
}

.home_div5 .right {
  width: 380px;
}

.home_div5 .right .home_con {
  position: relative;
}

.home_div5 .right .home_con .more {
  position: absolute;
  right: 0;
  top: 10px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}

.home_div5 .right .home_con .more:hover {
  color: #e00b1d;
}

.home_div5 .right ul {
  margin-top: 25px;
}

.home_div5 .right ul li {
  margin-bottom: 12px;
  float: left;
  width: 100%;
  height: 111px;
  border: 1px solid #e3e3e3;
  padding: 14px 25px 14px 15px;
}

.home_div5 .right ul li .img {
  float: left;
  width: 122px;
  height: 81px;
  position: relative;
}

.home_div5 .right ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_div5 .right ul li .text {
  float: right;
  width: 216px;
  padding-left: 20px;
}

.home_div5 .right ul li .text .bt {
  color: #333333;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_div5 .right ul li .text .t {
  margin-top: 5px;
  color: #525252;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.home_div5 .right ul li:hover .text .bt {
  color: #05689a;
}

.home_div6 {
  background: #f0f0f0;
  padding: 52px 0 72px;
}

.home_div6 .home_con {
  position: relative;
  border-bottom: 2px solid #dd1721;
  padding-bottom: 15px;
}

.home_div6 .home_con .more {
  position: absolute;
  right: 0;
  top: 10px;
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}

.home_div6 .home_con .more:hover {
  color: #e00b1d;
}

.home_div6 .home_con .home_td {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  width: 80%;
  margin-left: -40%;
}

.home_div6 .home_con .home_td a {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  color: #666666;
  padding: 0 18px;
  position: relative;
}

.home_div6 .home_con .home_td a:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 7px;
  height: 4px;
  background: url(../images/icon16.png) no-repeat center center;
  margin-left: -3.5px;
}

.home_div6 .home_con .home_td a.cur,
.home_div6 .home_con .home_td a:hover {
  background: #dd1721;
  color: #fff;
}

.home_div6 .home_con .home_td a.cur:before,
.home_div6 .home_con .home_td a:hover:before {
  display: block;
}

.home_div6 .td_div {
  margin-top: 12px;
  position: relative;
}

.home_div6 .td_div span {
  display: inline-block;
  float: left;
  color: #888888;
  font-size: 15px;
}

.home_div6 .td_div .div {
  padding-left: 75px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.home_div6 .td_div .div a {
  color: #888888;
  font-size: 15px;
  display: block;
  float: left;
  margin-right: 15px;
}

.home_div6 .td_div .div a:hover,
.home_div6 .td_div .div a.cur {
  color: #dd1721;
}

.home_div6 .td_con {
  width: 1215px;
  margin: 25px auto 0;
}

.home_div6 .td_con a {
  float: left;
  display: block;
  width: 228px;
  margin: 0 7.5px;
}

.home_div6 .td_con a .img {
  width: 228px;
  height: 228px;
  position: relative;
}

.home_div6 .td_con a .img .dz {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  height: 27px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}

.home_div6 .td_con a .img .dz span {
  background: url(../images/icon17.png) no-repeat left center;
  display: inline-block;
  padding-left: 15px;
}

.star {
  display: inline-block;
  width: 74px;
  height: 11px;
  overflow: hidden;
  background: url(../images/star.png) no-repeat 0 -16px;
  vertical-align: text-top;
}

/*顾问钻石等级*/
/*
.star3 {
  display: inline-block;
  width: 74px;
  height: 11px;
  overflow: hidden;
  background: url(../images/star3.png) no-repeat 0 -16px;
  vertical-align: text-top;
}

.star i {
  float: left;
  width: 1px;
  height: 11px;
  background: url(../images/star.png) no-repeat 0 -2px;
}



.star3 i {
  float: left;
  width: 1px;
  height: 11px;
  background: url(../images/star3.png) no-repeat 0 -2px;
}

.star2 {
  display: inline-block;
  width: 104px;
  height: 15px;
  overflow: hidden;
  background: url(../images/star2.png) no-repeat 0 -19px;
  vertical-align: text-top;
}



.star4 {
  display: inline-block;
  width: 104px;
  height: 15px;
  overflow: hidden;
  background: url(../images/star4.png) no-repeat 0 -19px;
  vertical-align: text-top;
}

.star2 i {
  float: left;
  width: 1px;
  height: 15px;
  background: url(../images/star2.png) no-repeat 0 -2px;
}



.star4 i {
  float: left;
  width: 1px;
  height: 15px;
  background: url(../images/star4.png) no-repeat 0 -2px;
}

*/
.star4 {
  display: inline-block;
  width: 104px;
  height: 15px;
  overflow: hidden;
  background: url(../images/star1015.png) no-repeat 0 -19px;
  vertical-align: text-top;
}

.star4 i {
  float: left;
  width: 1px;
  height: 15px;
  background: url(../images/star1015.png) no-repeat 0 -2px;
}




.home_div6 .td_con a .img .dzs {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  height: 27px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
}

.home_div6 .td_con a .img .dzs .idz {
  background: url(../images/icon17.png) no-repeat left center;
  display: inline-block;
  padding-left: 15px;
  float: right;
}

.home_div6 .td_con a .img .dzs .star3 {
  float: left;
  margin-top: 8px;
}

.home_div6 .td_con a .img .dzs .star {
  float: left;
  margin-top: 8px;
}

.home_div6 .td_con a .text {
  padding: 15px;
  background-color: #183053;
}

.home_div6 .td_con a .text .name {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.home_div6 .td_con a .text .name span {
  position: absolute;
  right: 0;
  top: 0;
  color: #f20f0f;
  font-size: 12px;
  height: 21px;
  border: 1px solid #f20f0f;
  padding: 0 10px;
  line-height: 19px;
}

.home_div6 .td_con a .text .t {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
}

.home_div6 .td_con button {
  width: 26px;
  height: 47px;
  border: none;
  margin-top: -23.5px;
}

.home_div6 .td_con .slick-prev {
  background: url(../images/left.png) no-repeat center center;
  left: -48px;
}

.home_div6 .td_con .slick-next {
  background: url(../images/right.png) no-repeat center center;
  right: -48px;
}

.nybanner {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  font-size: 0;
}

.nybanner .mg_text {
  position: absolute;
  right: 360px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.76);
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
}

.nybanner .mg_text .img {
  width: 29px;
  height: 35px;
  float: left;
  margin-top: 6px;
}

.nybanner .mg_text .text {
  margin-left: 14px;
  float: left;
  display: table;
  font-size: 16px;
}

.nybanner .mg_text .text .bt {
  color: #929292;
  line-height: 22px;
}

.nybanner .mg_text .text .t {
  color: #ffffff;
}

.nybanner .about_text {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1200px;
  height: 100%;
  margin-left: -600px;
  padding-top: 150px;
}

.nybanner .about_text h1 {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
}

.nybanner .about_text .table {
  margin-top: 50px;
}

.nybanner .about_text .table table {
  width: 100%;
}

.nybanner .about_text .table table tr td {
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.meiguo_div {
  background: url(../images/meiguo_bg.jpg) no-repeat center center;
  height: 606px;
  padding: 40px 0 0;
}

.meiguo_div .tit {
  text-align: center;
  color: #00669a;
  font-size: 26px;
}

.meiguo_div .tit span {
  color: #7f7f7f;
  font-size: 18px;
  position: relative;
  top: -2px;
  margin-left: 18px;
}

.meiguo_div .m_img {
  text-align: center;
  margin-top: 38px;
}

.meiguo_div ul {
  margin-top: 18px;
}

.meiguo_div ul li {
  float: left;
  width: 360px;
  text-align: center;
  margin-right: 60px;
}

.meiguo_div ul li:last-child {
  margin-right: 0;
}

.meiguo_div ul li .bt {
  background: url(../images/meiguo_icon2.png) no-repeat center center;
  height: 128px;
  padding-top: 28px;
}

.meiguo_div ul li .bt div {
  color: #00669a;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
}

.meiguo_div ul li .bt p {
  color: #222222;
  font-size: 16px;
  line-height: 22px;
}

.meiguo_div ul li .t {
  margin-top: 22px;
  color: #9f9f9f;
  line-height: 22px;
}

.meiguo_div2 {
  background: url(../images/meiguo_bg2.jpg) no-repeat center center;
  height: 450px;
}

.meiguo_div2 dl {
  padding-top: 50px;
}

.meiguo_div2 dl .home_tit {
  color: #fff;
}

.meiguo_div2 dl .home_tit span {
  color: #fff;
}

.meiguo_div2 dl dt {
  width: 434px;
}

.meiguo_div2 dl dt .img {
  margin-top: 18px;
  width: 434px;
  height: 384px;
  position: relative;
}

.meiguo_div2 dl dd {
  width: 605px;
}

.meiguo_div2 dl dd ul {
  margin-top: 18px;
  margin-bottom: 42px;
}

.meiguo_div2 dl dd ul li {
  float: left;
  width: 100%;
  height: 70px;
  margin-bottom: 1px;
}

.meiguo_div2 dl dd ul li .data {
  float: left;
  width: 70px;
  height: 70px;
  color: #c5c5c5;
  background: #292929;
  text-align: center;
  font-family: arial;
  padding-top: 10px;
}

.meiguo_div2 dl dd ul li .data div {
  font-size: 28px;
  line-height: 30px;
}

.meiguo_div2 dl dd ul li .data p {
  line-height: 20px;
  font-size: 16px;
}

.meiguo_div2 dl dd ul li .text {
  float: left;
  width: 535px;
  height: 70px;
  background: #2b3d69;
  line-height: 70px;
}

.meiguo_div2 dl dd ul li .text a {
  display: block;
  color: #fff;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.meiguo_div2 dl dd ul li .text a:before {
  display: none;
  content: "";
  position: absolute;
  right: 23px;
  top: 16px;
  width: 20px;
  height: 36px;
  background: url(../images/meiguo_icon3.png) no-repeat center center;
}

.meiguo_div2 dl dd ul li:hover .data {
  background: #1c1c1c;
}

.meiguo_div2 dl dd ul li:hover .text {
  background: #15234a;
}

.meiguo_div2 dl dd ul li:hover .text a:before {
  display: block;
}

.meiguo_div2 dl dd .more {
  display: block;
  width: 180px;
  height: 58px;
  background: #fff;
  text-align: center;
  line-height: 58px;
  color: #14254e;
  font-size: 16px;
}

.meiguo_div3 {
  background: url(../images/meiguo_bg3.jpg) no-repeat center center;
  height: 685px;
  padding-top: 65px;
}

.meiguo_div3 .home_tit {
  text-align: center;
}

.meiguo_div3 .adly_name {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 5px;
  color: #777;
  line-height: 24px;
}

.meiguo_div3 .m_qz {
  text-align: center;
  margin-top: 12px;
}

.meiguo_div3 .m_qz span {
  display: inline-block;
  /*width: 116px;*/
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #333333;
  font-size: 18px;
  background: #fff;
  position: relative;
  cursor: pointer;
  padding: 0 0.8em;
}

.meiguo_div3 .m_qz span:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 15px;
  height: 12px;
  margin-left: -7.5px;
  background: url(../images/meiguo_icon4.png) no-repeat center center;
}

.meiguo_div3 .m_qz span.cur {
  background: #dd1721;
  color: #fff;
}

.meiguo_div3 .m_qz span.cur:before {
  display: block;
}

.meiguo_div3 dl {
  margin-top: 32px;
}

.meiguo_div3 dl dt {
  width: 590px;
}

.meiguo_div3 dl dt ul li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}

.meiguo_div3 dl dt ul li .data {
  position: absolute;
  top: 36px;
  left: 0;
  width: 63px;
  height: 63px;
  background: #14254e;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 63px;
}

.meiguo_div3 dl dt ul li .text {
  width: 567px;
  float: right;
  background: #fff;
  padding: 30px 24px 30px 78px;
}

.meiguo_div3 dl dt ul li .text .bt {
  color: #000000;
  font-size: 18px;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 13px;
}

.meiguo_div3 dl dt ul li .text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}

.meiguo_div3 dl dt ul li:first-child {
  height: ;
}

.meiguo_div3 dl dd {
  width: 599px;
  height: 476px;
}

.meiguo_div4 {
  background: url(../images/meiguo_bg4.jpg) no-repeat center center;
  height: 489px;
  padding: 40px 0 0;
}

.meiguo_div4 .home_tit {
  text-align: center;
  color: #fff;
}

.meiguo_div4 .home_tit span {
  color: #fff;
}

.meiguo_div4 .name {
  text-align: center;
  color: #bfc4d0;
  line-height: 22px;
  margin-top: 12px;
}

.meiguo_div4 ul {
  margin-top: 32px;
}

.meiguo_div4 ul li {
  float: left;
  margin-right: 2px;
  width: 238px;
}

.meiguo_div4 ul li:last-child {
  margin-right: 0;
}

.meiguo_div4 ul li .img {
  width: 238px;
  height: 237px;
  position: relative;
}

.meiguo_div4 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.meiguo_div4 ul li .bt {
  margin-top: 11px;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.meiguo_div6 {
  background: url(../images/meiguo_bg5.jpg) no-repeat center center;
  height: 435px;
  padding: 40px 0 0;
}

.meiguo_div6 .home_tit {
  text-align: center;
}

.meiguo_div6 ul {
  margin-top: 42px;
}

.meiguo_div6 ul li {
  float: left;
  width: 20%;
  height: 293px;
  text-align: center;
  padding: 42px 20px 0;
}

.meiguo_div6 ul li .img {
  position: relative;
  height: 56px;
}

.meiguo_div6 ul li .img span,
.meiguo_div6 ul li .img em {
  top: 0;
  position: absolute;
  height: 56px;
  width: 100%;
  text-align: center;
}

.meiguo_div6 ul li .img span {
  display: block;
}

.meiguo_div6 ul li .img em {
  display: none;
}

.meiguo_div6 ul li .bt {
  margin-top: 15px;
  color: #333333;
  font-size: 18px;
}

.meiguo_div6 ul li .t {
  margin-top: 12px;
  color: #a5a5a5;
  line-height: 22px;
}

.meiguo_div6 ul li:hover {
  background: #14254e;
  border-radius: 5px;
}

.meiguo_div6 ul li:hover .img span {
  display: none;
}

.meiguo_div6 ul li:hover .img em {
  display: block;
}

.meiguo_div6 ul li:hover .bt {
  color: #fff;
}

.meiguo_div6 ul li:hover .t {
  color: #fff;
}

.meiguo_div7 {
  padding: 30px 0 25px;
}

.meiguo_div7 dl dt {
  width: 328px;
}

.meiguo_div7 dl dt .text {
  width: 328px;
  height: 507px;
  position: relative;
}

.meiguo_div7 dl dt .text .more {
  display: block;
  width: 202px;
  height: 52px;
  border: 1px solid #85838c;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -101px;
  bottom: 44px;
  color: #fff;
  font-size: 18px;
}

.meiguo_div7 dl dt .text .bt {
  z-index: 3;
  position: absolute;
  left: 35px;
  top: 30px;
  width: 100%;
  color: #292929;
  font-size: 24px;
}

.meiguo_div7 dl dt .text .bt span {
  display: block;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

.meiguo_div7 dl dd {
  width: 872px;
}

.meiguo_div7 dl dd ul li {
  float: left;
  width: 285px;
  height: 251px;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 5px;
  position: relative;
}

.meiguo_div7 dl dd ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  height: 44px;
}

.meiguo_div7 dl dd ul li .text .bt {
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 44px;
}

.meiguo_div7 dl dd ul li .text span {
  display: none;
}

.meiguo_div7 dl dd ul li:hover .text {
  height: 100%;
  padding-top: 90px;
}

.meiguo_div7 dl dd ul li:hover .text .bt {
  font-size: 18px;
}

.meiguo_div7 dl dd ul li:hover .text span {
  display: block;
  margin-top: 15px;
}

.meiguo_div8 {
  background: url(../images/meiguo_bg6.jpg) no-repeat center center;
  height: 425px;
  padding: 26px 0 0;
}

.meiguo_div8 dl {
  margin-top: 20px;
}

.meiguo_div8 dl dt {
  width: 416px;
}

.meiguo_div8 dl dt img {
  width: 416px;
  height: 311px;
}

.meiguo_div8 dl dd {
  width: 695px;
  margin-right: 42px;
}

.meiguo_div8 dl dd .t {
  color: #686868;
  line-height: 24px;
  height: 192px;
  overflow: hidden;
}

.meiguo_div8 dl dd ol {
  margin-top: 28px;
}

.meiguo_div8 dl dd ol li {
  float: left;
  width: 346px;
  line-height: 24px;
  margin: 3px 0;
}

.meiguo_div8 dl dd ol li a {
  color: #686868;
  background: url(../images/home_hd_iocn2.png) no-repeat left center;
  padding-left: 14px;
}

.meiguo_div8 dl dd ol li:hover a {
  color: #00669a;
  background: url(../images/home_hd_iocn3.png) no-repeat left center;
}

.meiguo_div9 {
  padding: 30px 0 40px;
}

.meiguo_div9 .text_div {
  width: 588px;
}

.meiguo_div9 .text_div dl {
  margin-top: 20px;
}

.meiguo_div9 .text_div dl dt {
  width: 247px;
}

.meiguo_div9 .text_div dl dt img {
  width: 247px;
  height: 247px;
}

.meiguo_div9 .text_div dl dd {
  width: 341px;
  height: 247px;
  background: #f5f5f5;
  padding: 35px 20px 0;
}

.meiguo_div9 .text_div dl dd .bt {
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.meiguo_div9 .text_div dl dd .t {
  margin-top: 10px;
  color: #828282;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.meiguo_div9 .text_div dl dd a {
  margin-top: 60px;
  display: inline-block;
  color: #0072ae;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.meiguo_div9 .text_div ol {
  margin-top: 15px;
}

.meiguo_div9 .text_div ol li {
  float: left;
  width: 100%;
  line-height: 24px;
}

.meiguo_div9 .text_div ol li a {
  display: block;
  float: left;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
  background: url(../images/home_hd_iocn2.png) no-repeat left center;
  padding-left: 14px;
}

.meiguo_div9 .text_div ol li span {
  display: inline-block;
  float: right;
  color: #666666;
}

.meiguo_div9 .text_div ol li:hover a {
  color: #00669a;
  background: url(../images/home_hd_iocn3.png) no-repeat left center;
}

.meiguo_div10 {
  background: #f1f1f1;
  padding: 35px 0;
}

.meiguo_div10 .left {
  width: 589px;
}

.meiguo_div10 .left .img {
  width: 328px;
  float: left;
}

.meiguo_div10 .left .img img {
  width: 328px;
  height: 323px;
}

.meiguo_div10 .left .text {
  float: right;
  width: 261px;
  background: #182f5b;
  height: 323px;
  padding: 25px 28px 0;
  overflow: hidden;
}

.meiguo_div10 .left .text .bt {
  color: #ffffff;
  font-size: 22px;
}

.meiguo_div10 .left .text .bt span {
  font-size: 14px;
  font-family: arial;
  display: inline-block;
  margin-left: 10px;
}

.meiguo_div10 .left .text .t {
  margin-top: 20px;
  color: #c9d4ea;
  font-size: 13px;
  line-height: 22px;
}

.meiguo_div10 .right {
  width: 588px;
  height: 323px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 23px 0 0 20px;
}

.meiguo_div10 .right .title_div a {
  display: block;
  padding: 0 34px;
  height: 45px;
  background: #ececec;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 43px;
  color: #333333;
  font-size: 16px;
  float: left;
  margin-right: 2px;
}

.meiguo_div10 .right .title_div a.cur {
  background: #dd1721;
  border: 1px solid #dd1721;
  color: #fff;
}

.meiguo_div10 .right .text_con {
  margin-top: 24px;
}

.meiguo_div10 .right .text_con ol {
  display: none;
}

.meiguo_div10 .right .text_con ol:first-child {
  display: block;
}

.meiguo_div10 .right .text_con ol li {
  float: left;
  width: 100%;
  padding: 6px 0;
}

.meiguo_div10 .right .text_con ol li .img {
  display: block;
  float: left;
  width: 93px;
  height: 93px;
  position: relative;
}

.meiguo_div10 .right .text_con ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.meiguo_div10 .right .text_con ol li .text {
  position: relative;
  width: 473px;
  float: right;
  padding: 0 25px 0 35px;
}

.meiguo_div10 .right .text_con ol li .text .bt {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.meiguo_div10 .right .text_con ol li .text .t {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.meiguo_div10 .right .text_con ol li .text .data {
  color: #757575;
}

.meiguo_div10 .right .text_con ol li .text .more {
  display: none;
  position: absolute;
  right: 25px;
  bottom: 0;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}

.meiguo_div10 .right .text_con ol li .text .more:hover {
  color: #dd1721;
}

.meiguo_div10 .right .text_con ol li:hover {
  background: #fafafa;
}

.meiguo_div10 .right .text_con ol li:hover .text .more {
  display: block;
}

.meiguo_div11 {
  padding: 30px 0 40px;
}

.meiguo_div11 .right .home_hd_con {
  margin-top: 15px;
}

.meiguo_div11 .right .home_hd_con .home_hd_text .hd_div li {
  margin-bottom: 12px;
}

.meiguo_div11 .right .home_hd_con .home_hd_text .hd_div2 {
  margin-top: 5px;
}

.meiguo_div11 .right .home_hd_con .home_hd_text .hd_div2 li {
  margin: 1px 0;
}

.meiguo_div12 {
  background: #f1f1f1;
  padding: 35px 0;
}

.meiguo_div12 ul {
  margin-top: 20px;
  width: 110%;
}

.meiguo_div12 ul li {
  float: left;
  width: 208px;
  margin-right: 40px;
}

.meiguo_div12 ul li .img {
  position: relative;
  width: 208px;
  height: 208px;
}

.meiguo_div12 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.meiguo_div12 ul li .t {
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 13px;
}

.adyl_div {
  height: 628px;
  background: #fff url(../images/meiguo_bg.jpg) no-repeat center bottom;
}

.adyl_div ul li {
  width: 148px;
  margin-right: 115px;
}

.adyl_div ul li .t {
  height: 88px;
  overflow: hidden;
}

.adyl_div2 {
  padding-top: 60px;
  height: 734px;
  background: url(../images/adyl_bg.jpg) no-repeat center bottom;
}

.adyl_div2 dl {
  margin-top: 27px;
}

.adyl_div2 dl dt .adly_text {
  width: 609px;
  height: 476px;
  background: #f6f6f6;
  padding: 60px 60px 0 40px;
}

.adyl_div2 dl dt .adly_text .bt {
  color: #777777;
  line-height: 22px;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 20px;
}

.adyl_div2 dl dt .adly_text h4 {
  margin-top: 25px;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}

.adyl_div2 dl dt .adly_text .t {
  margin-top: 10px;
  color: #777777;
  line-height: 32px;
}

.adyl_div2 dl dt .adly_text a {
  float: right;
  color: #0072ae;
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  margin-top: 25px;
}

.adyl_div3 {
  padding: 35px 0 40px;
}

.adyl_div3 .adyl_con {
  margin-bottom: 25px;
}

.adyl_div3 .adyl_con .left {
  width: 326px;
  background: #182f5b;
  height: 323px;
  padding: 30px;
}

.adyl_div3 .adyl_con .left .bt {
  color: #ffffff;
  font-size: 22px;
}

.adyl_div3 .adyl_con .left .t {
  margin-top: 5px;
  color: #c9d4ea;
  font-size: 13px;
  line-height: 22px;
}

.adyl_div3 .adyl_con .left a {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: url(../images/icon18.png) no-repeat right center;
  padding-right: 20px;
}

.adyl_div3 .adyl_con .right {
  width: 870px;
  height: 323px;
  border: 1px solid #e3e3e3;
  padding: 23px 25px 0;
}

.adyl_div3 .adyl_con .right .title_div a {
  display: block;
  padding: 0 20px;
  height: 45px;
  background: #ececec;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 43px;
  color: #333333;
  font-size: 16px;
  float: left;
  margin-right: 2px;
}

.adyl_div3 .adyl_con .right .title_div a.cur {
  background: #dd1721;
  border: 1px solid #dd1721;
  color: #fff;
}

.adyl_div3 .adyl_con .right ol {
  margin-top: 20px;
}

.adyl_div3 .adyl_con .right ol li {
  width: 100%;
  display: none;
  float: left;
}

.adyl_div3 .adyl_con .right ol li:first-child {
  display: block;
}

.adyl_div3 .adyl_con .right ol li .img {
  width: 224px;
  height: 180px;
  position: relative;
  float: left;
}

.adyl_div3 .adyl_con .right ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.adyl_div3 .adyl_con .right ol li .text {
  float: right;
  width: 568px;
}

.adyl_div3 .adyl_con .right ol li .text .t {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
}

.adyl_div3 .adyl_con .right ol li .text a {
  margin-top: 30px;
  display: inline-block;
  float: right;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  color: #0072ae;
}

.adyl_div3 .adyl_con2 {
  overflow: hidden;
}

.adyl_div3 .adyl_con2 ul {
  width: 110%;
  margin-top: 15px;
}

.adyl_div3 .adyl_con2 ul li {
  float: left;
  width: 294px;
  margin-right: 8px;
}

.adyl_div3 .adyl_con2 ul li .img {
  position: relative;
  width: 294px;
  height: 294px;
}

.adyl_div3 .adyl_con2 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.adyl_div3 .adyl_con2 ul li .img .icon {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.adyl_div3 .adyl_con2 ul li .bt {
  color: #2a2a2a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 15px;
}

.adyl_div3 .adyl_con2 ul li:hover .img .icon {
  display: block;
}

.adyl_div4 {
  padding-top: 40px;
}

.adyl_div4 dl dt .adly_text {
  padding-top: 30px;
}

.adyl_div4 dl dt .adly_text .t {
  line-height: 26px;
}

.adyl_div5 {
  background: url(../images/adyl_bg2.jpg) no-repeat center center;
  height: 413px;
  padding: 32px 0 0;
}

.adyl_div5 .home_tit {
  text-align: center;
}

.adyl_div5 .name {
  margin-top: 10px;
  text-align: center;
  color: #9d9d9d;
}

.adyl_div5 .adyl_tuandui {
  margin-top: 28px;
}

.adyl_div5 .adyl_tuandui ul li {
  float: left;
  width: 50%;
  height: 229px;
  background: #fff;
}

.adyl_div5 .adyl_tuandui ul li .img {
  float: left;
  width: 238px;
  height: 229px;
  position: relative;
}

.adyl_div5 .adyl_tuandui ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.adyl_div5 .adyl_tuandui ul li .text {
  float: right;
  width: 362px;
  padding: 38px 35px 0;
}

.adyl_div5 .adyl_tuandui ul li .text .bt {
  color: #686868;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 12px;
}

.adyl_div5 .adyl_tuandui ul li .text .tit {
  margin-top: 12px;
  color: #333333;
  font-size: 18px;
}

.adyl_div5 .adyl_tuandui ul li .text .t {
  margin-top: 3px;
  color: #686868;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.adyl_div5 .adyl_tuandui ul li .text a {
  color: #0072ae;
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.adyl_div5 .adyl_tuandui .slick-dots {
  bottom: -35px;
}

.adyl_div5 .adyl_tuandui .slick-dots li {
  height: auto;
  float: none;
  width: auto;
  background: none;
}

.adyl_div5 .adyl_tuandui .slick-dots li button {
  background: #525252;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.adyl_div5 .adyl_tuandui .slick-dots li.slick-active button {
  background: #182f5b;
}

.meiguo_div5 {
  background: #fff;
}

.meiguo_div5 .adyl_tuandui ul li {
  background: #f3f3f3;
}

.adyl_div6 {
  padding: 35px 0 20px;
}

.adyl_div6 ul {
  margin-top: 20px;
}

.adyl_div6 ul li {
  float: left;
  width: 100%;
  margin-bottom: 22px;
}

.adyl_div6 ul li .img {
  float: left;
  width: 416px;
  height: 185px;
}

.adyl_div6 ul li .text {
  float: right;
  width: 784px;
}

.adyl_div6 ul li .text dl dt {
  width: 385px;
}

.adyl_div6 ul li .text dl dt .bt {
  color: #333333;
  font-size: 18px;
}

.adyl_div6 ul li .text dl dt .t {
  margin-top: 5px;
  color: #686868;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}

.adyl_div6 ul li .text dl dd {
  width: 275px;
}

.adyl_div6 ul li .text dl dd ol {
  margin-top: 10px;
}

.adyl_div6 ul li .text dl dd ol li {
  margin-bottom: 0;
  float: left;
  width: 100%;
  line-height: 32px;
}

.adyl_div6 ul li .text dl dd ol li a {
  display: block;
  color: #686868;
  background: url(../images/home_hd_iocn2.png) no-repeat left center;
  padding-left: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.adyl_div6 ul li .text dl dd ol li:hover a {
  background: url(../images/home_hd_iocn3.png) no-repeat left center;
  color: #00669a;
}

.adyl_div6 ul li:first-child .text {
  background: #f3f3f3;
  height: 185px;
  padding: 18px 35px 0;
}

.adyl_div6 ul li:last-child .img {
  float: right;
}

.adyl_div6 ul li:last-child .text {
  float: left;
  padding-right: 48px;
}

.adyl_div6 ul li:last-child .text .bt {
  color: #333333;
  font-size: 18px;
}

.adyl_div6 ul li:last-child .text .t {
  margin-top: 3px;
  color: #686868;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.adyl_div6 ul li:last-child .text ol {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}

.adyl_div6 ul li:last-child .text ol li {
  width: 50%;
  margin-bottom: 0;
  line-height: 30px;
}

.adyl_div6 ul li:last-child .text ol li a {
  display: block;
  color: #686868;
  background: url(../images/home_hd_iocn2.png) no-repeat left center;
  padding-left: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.adyl_div6 ul li:last-child .text ol li:hover a {
  background: url(../images/home_hd_iocn3.png) no-repeat left center;
  color: #00669a;
}

.adyl_div7 {
  background: #f6f6f6;
  padding-bottom: 30px;
}

.adyl_div7 .text_div {
  background: #fff;
  padding: 25px;
}

.adyl_div7 .text_div dl dd {
  background: #fff;
  width: 291px;
  padding-right: 0;
  padding-top: 20px;
}

.adyl_div7 .text_div dl dd .t {
  height: 88px;
}

.oz_div dl dt .adly_text {
  padding-top: 38px;
}

.oz_div dl dt .adly_text h4 {
  margin-top: 0;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 15px;
}

.oz_div dl dt .adly_text .t {
  line-height: 26px;
}

.oz_div2 {
  padding: 40px 0 30px;
}

.oz_div2 .home_tit {
  text-align: center;
}

.oz_div2 .name {
  text-align: center;
  margin-top: 5px;
  color: #777777;
  line-height: 24px;
}

.oz_div2 ol {
  margin-top: 30px;
}

.oz_div2 ol li {
  float: left;
  width: 100%;
  min-height: 284px;
  background: #f6f6f6;
  margin-bottom: 8px;
}

.oz_div2 ol li .img {
  float: left;
  width: 290px;
  height: 284px;
  position: relative;
}

.oz_div2 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.oz_div2 ol li .text {
  float: right;
  width: 910px;
  padding: 34px 30px 20px 50px;
}

.oz_div2 ol li .text .con_div .bt {
  float: left;
  width: 360px;
  color: #333333;
  font-size: 18px;
  line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.oz_div2 ol li .text .con_div .tit_div {
  float: right;
  width: 465px;
}

.oz_div2 ol li .text .con_div .tit_div a {
  margin-left: 3px;
  min-width: 152px;
  text-align: center;
  display: block;
  float: left;
  height: 45px;
  background: #e6e6e6;
  line-height: 45px;
  color: #333333;
  font-size: 16px;
}

.oz_div2 ol li .text .con_div .tit_div a.cur {
  background: #dd1721;
  color: #fff;
}

.oz_div2 ol li .text .text_box {
  padding-top: 10px;
}

.oz_div2 ol li .text .text_box .t {
  margin-top: 20px;
  color: #777777;
  line-height: 22px;
}

.oz_div2 ol li .text .more {
  float: right;
  display: inline-block;
  color: #0072ae;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  margin-top: 18px;
}

.oz_div3 {
  background: url(../images/oz_bg.jpg) no-repeat center center;
  height: 425px;
  padding: 35px 0 0;
}

.oz_div3 .home_tit {
  color: #fff;
}

.oz_div3 .home_tit span {
  color: #fff;
}

.oz_div3 dl {
  margin-top: 16px;
}

.oz_div3 dl dt {
  width: 810px;
}

.oz_div3 dl dt .text .t {
  color: #bfc4d0;
  line-height: 24px;
  /* height: 96px; */
  overflow: hidden;
}

.oz_div3 dl dt .text a {
  display: inline-block;
  float: right;
  color: #fff;
  background: url(../images/icon18.png) no-repeat right center;
  padding-right: 20px;
  margin-top: 10px;
  margin-right: 12px;
}

.oz_div3 dl dt ul {
  margin-top: 50px;
}

.oz_div3 dl dt ul li {
  float: left;
  width: 400px;
  height: 135px;
  background: #fff;
}

.oz_div3 dl dt ul li .img {
  width: 130px;
  float: left;
  height: 135px;
  position: relative;
}

.oz_div3 dl dt ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.oz_div3 dl dt ul li .text_d {
  float: right;
  padding: 25px 20px 0;
  width: 270px;
  overflow: hidden;
}

.oz_div3 dl dt ul li .text_d .bt {
  color: #686868;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.oz_div3 dl dt ul li .text_d .w {
  margin-top: 15px;
  font-size: 12px;
  color: #686868;
  line-height: 22px;
}

.oz_div3 dl dt ul li:last-child {
  float: right;
}

.oz_div3 dl dd {
  width: 364px;
}

.oz_div3 dl dd img {
  width: 364px;
  height: 311px;
}

.oz_div4 {
  background: #fff;
}

.oz_div4 .text_div {
  border: 1px solid #e3e3e3;
  background: #fcfcfc;
  padding: 24px;
}

.oz_div4 .text_div dl dd {
  background: #fcfcfc;
}

.oz_div5 {
  background: url(../images/oz_img8.jpg) no-repeat center center;
  height: 483px;
}

.oz_div5 .text {
  float: right;
  height: 483px;
  width: 587px;
  padding: 56px 54px 0;
  background: rgba(24, 47, 91, 0.78);
  position: relative;
}

.oz_div5 .text .home_tit {
  color: #fff;
}

.oz_div5 .text .home_tit span {
  color: #fff;
}

.oz_div5 .text .text_d .t {
  margin-top: 20px;
  color: #ffffff;
  line-height: 22px;
}

.oz_div5 .text .more {
  position: absolute;
  left: 54px;
  bottom: 60px;
  width: 150px;
  height: 43px;
  border: 1px solid #a8c4d7;
  text-align: center;
  line-height: 41px;
  color: #fff;
  font-size: 16px;
}

.oz_div6 {
  background: none;
  padding-bottom: 0;
}

.oz_div6 .left .text .t {
  height: 176px;
  overflow: hidden;
}

.oz_div6 .left .text a {
  margin-top: 22px;
  display: inline-block;
  float: right;
  color: #fff;
  background: url(../images/icon18.png) no-repeat right center;
  padding-right: 20px;
}

.oz_div6 .right {
  padding-right: 20px;
  position: relative;
}

.oz_div6 .right .text_con ol .nr {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
}

.oz_div6 .right .text_con ol a {
  position: absolute;
  right: 20px;
  bottom: 28px;
  display: inline-block;
  float: right;
  color: #0072ae;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.hzxm_div {
  height: 457px;
}

.hzxm_div ul {
  margin-top: 36px;
}

.hzxm_div ul li {
  width: 193px;
  margin-right: 58px;
}

.hzxm_div ul li .bt div {
  font-size: 28px;
}

.oz_div dl dt .hzxm_text {
  padding-right: 40px;
  padding-top: 25px;
}

.about_div {
  background: url(../images/about_bg.jpg) no-repeat center center;
}

.about_div .tit {
  color: #384a6f;
}

.about_div .tit span:before {
  background: url(../images/about_icon.png) no-repeat center center;
}

.about_div .text p {
  color: #333333;
}

.about_div2 {
  background: url(../images/about_bg2.jpg) no-repeat center center;
  height: 1339px;
  padding: 38px 0 0;
}

.about_div2 .home_tit {
  text-align: center;
  color: #fff;
}

.about_div2 .home_tit span {
  margin-top: 5px;
  display: block;
  color: #8f93a0;
}

.about_div2 .about_t {
  width: 952px;
  position: relative;
  margin: 14px auto 0;
}

.about_div2 .about_t .icon {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  width: 2px;
  height: 30px;
  background: #0c1c44;
}

.about_div2 .about_t ol {
  background: url(../images/about_icon2.png) repeat-y center top;
}

.about_div2 .about_t ol li {
  width: 542px;
  float: left;
  position: relative;
  margin-top: 26px;
}

.about_div2 .about_t ol li .text {
  width: 100%;
}

.about_div2 .about_t ol li .text .bt {
  display: inline-block;
  padding: 0 18px;
  color: #ffffff;
  font-size: 18px;
  height: 47px;
  background: #2c3e6b;
  border-radius: 5px;
  line-height: 47px;
  border-left: 8px solid #dd1721;
  position: relative;
}

.about_div2 .about_t ol li .text .data {
  position: relative;
  z-index: 3;
  float: right;
  width: 129px;
  height: 129px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 129px;
  color: #0c1f4e;
  font-size: 27px;
}

.about_div2 .about_t ol li .t {
  position: absolute;
  left: 0;
  top: 57px;
  width: 350px;
  color: #9fa9c3;
  line-height: 22px;
  padding-top: 8px;
}

.about_div2 .about_t ol li:nth-child(2n) {
  float: right;
}

.about_div2 .about_t ol li:nth-child(2n) .text .bt {
  float: right;
}

.about_div2 .about_t ol li:nth-child(2n) .text .bt:before {
  left: -10px;
}

.about_div2 .about_t ol li:nth-child(2n) .text .data {
  float: left;
}

.about_div2 .about_t ol li:nth-child(2n) .t {
  left: auto;
  right: 0;
}

.about_div2 .about_t ol li:nth-child(2n):before {
  left: auto;
  right: 0;
}

.about_div2 .about_t ol li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 57px;
  width: 500px;
  height: 1px;
  background: #2c3e6b;
}

.about_div2 .about_lc {
  width: 952px;
  margin: 45px auto 0;
}

.about_div2 .about_lc .tit {
  text-align: center;
  color: #ffffff;
  font-size: 27px;
}

.about_div2 .about_lc .about_nian {
  position: relative;
  margin-top: 25px;
}

.about_div2 .about_lc .about_nian ul {
  width: 848px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}

.about_div2 .about_lc .about_nian ul li {
  float: left;
  width: 96px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.about_div2 .about_lc .about_nian ul li.cur,
.about_div2 .about_lc .about_nian ul li:hover {
  background: #2d4379;
}

.about_div2 .about_lc .about_nian ul li.hd {
  display: none;
}

.about_div2 .about_lc .about_nian a.prev,
.about_div2 .about_lc .about_nian a.next {
  width: 19px;
  height: 34px;
  position: absolute;
  top: 3px;
}

.about_div2 .about_lc .about_nian a.prev {
  background: url(../images/about_left.png) no-repeat center center;
  left: 0;
}

.about_div2 .about_lc .about_nian a.next {
  background: url(../images/about_right.png) no-repeat center center;
  right: 0;
}

.about_div2 .about_lc .text {
  border: 1px solid #6b7591;
  margin-top: 20px;
  padding: 20px 30px;
}

.about_div2 .about_lc .text .t {
  display: none;
  color: #9fa9c3;
  line-height: 22px;
}

.about_div2 .about_lc .text .t.cur {
  display: block;
}

.about_div3 {
  padding: 35px 0;
}

.about_div3 .w1200 {
  position: relative;
}

.about_div3 .home_tit {
  text-align: center;
}

.about_div3 .about_jg {
  text-align: center;
  margin-top: 20px;
}

.about_div3 .about_jg span {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  border: 1px solid #d9d9d9;
  color: #333333;
  font-size: 18px;
  padding: 0 28px;
  cursor: pointer;
}

.about_div3 .about_jg span.cur {
  background: #2c3b62;
  border-color: #2c3b62;
  color: #fff;
}

.about_div3 .about_jg_div {
  margin-top: 52px;
}

.about_div3 .about_jg_div .text_con {
  display: none;
  position: relative;
  width: 100%;
  height: 513px;
}

.about_div3 .about_jg_div .text_con:first-child {
  display: block;
}

.about_div3 .about_jg_div .text_con .img {
  text-align: center;
  font-size: 0;
}

.about_div3 .about_jg_div .text_con .about_dz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about_div3 .about_jg_div .text_con .about_dz a {
  position: absolute;
  display: block;
  width: 87px;
  height: 44px;
}

.about_div3 .about_jg_div .text_con .about_dz a p {
  display: none;
}

.about_div3 .about_jg_div .text_con .about_dz .v1 {
  left: 204px;
  top: 127px;
}

.about_div3 .about_jg_div .text_con .about_dz .v2 {
  left: 327px;
  top: 132px;
}

.about_div3 .about_jg_div .text_con .about_dz .v3 {
  left: 223px;
  top: 198px;
}

.about_div3 .about_jg_div .text_con .about_dz .v4 {
  left: 585px;
  top: 157px;
}

.about_div3 .about_jg_div .text_con .about_dz .v5 {
  right: 210px;
  bottom: 185px;
}

.about_div3 .about_jg_div .text_con .about_dz .v6 {
  right: 111px;
  bottom: 99px;
}

.about_div3 .about_jg_div .text_con .about_dz .v7 {
  right: 132px;
  bottom: 55px;
}

.about_div3 .about_jg_div .text_con .about_dz .v8 {
  right: 43px;
  bottom: 55px;
}

.about_div3 .tc_jigou {
  display: none;
  width: 458px;
  position: absolute;
  left: 50%;
  top: 285px;
  margin-left: -229px;
  background: rgba(44, 59, 98, 0.9);
}

.about_div3 .tc_jigou span.guanbi {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 37px;
  cursor: pointer;
}

.about_div3 .tc_jigou .text {
  padding: 44px 36px 45px;
  color: #fff;
}

.about_div3 .tc_jigou .text h3 {
  font-weight: normal;
  border-bottom: 1px solid #828ca6;
  padding-bottom: 14px;
}

.about_div3 .tc_jigou .text .t {
  margin-top: 10px;
  color: #ffffff;
  line-height: 24px;
}

.about_div4 {
  background: url(../images/about_bg3.jpg) no-repeat center center;
  height: 403px;
  padding: 30px 0 0;
}

.about_div4 .about_td {
  margin-top: 18px;
}

.about_div4 .about_td ol li {
  float: left;
  width: 235px;
  margin-right: 6px;
}

.about_div4 .about_td ol li:last-child {
  margin-right: 0;
}

.about_div4 .about_td ol li .img {
  display: block;
  width: 235px;
  height: 235px;
  position: relative;
}

.about_div4 .about_td ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about_div4 .about_td ol li .t {
  margin-top: 8px;
  color: #333333;
  font-size: 18px;
}

.about_div4 .about_td .slick-dots {
  bottom: -28px;
}

.about_div4 .about_td .slick-dots li button {
  width: 13px;
  height: 13px;
  background: #2c3b62;
  border-radius: 50%;
}

.about_div4 .about_td .slick-dots .slick-active button {
  background: #dd1721;
}

.about_div5 {
  padding: 35px 0 25px;
}

.about_div5 ol {
  margin-top: 20px;
}

.about_div5 ol li {
  float: left;
  height: 296px;
  background: #f6f6f6;
  margin-bottom: 6px;
  width: 597px;
}

.about_div5 ol li:nth-child(2n) {
  float: right;
}

.about_div5 ol li .img {
  float: left;
  position: relative;
  width: 295px;
  height: 296px;
}

.about_div5 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about_div5 ol li .img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about_div5 ol li .text {
  float: right;
  width: 302px;
  padding: 45px 30px 0;
}

.about_div5 ol li .text .bt {
  color: #393939;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.about_div5 ol li .text .t {
  margin-top: 18px;
  font-size: 13px;
  line-height: 22px;
}

.about_div6 {
  padding-bottom: 10px;
}

.about_div6 ol {
  margin-top: 20px;
}

.about_div6 ol li {
  float: left;
  width: 241px;
  margin: 0 78px 20px 0;
}

.about_div6 ol li:nth-child(4n) {
  margin-right: 0;
}

.about_div6 ol li .img {
  position: relative;
  width: 241px;
  height: 162px;
}

.about_div6 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about_div6 ol li .t {
  text-align: center;
  color: #2a2a2a;
  line-height: 22px;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.about_div7 {
  padding: 30px 0;
  background: #f6f6f6;
}

.about_div7 ol {
  margin-top: 20px;
  width: 110%;
}

.about_div7 ol li {
  float: left;
  position: relative;
  margin: 0 5px 5px 0;
}

.about_div7 ol li .img {
  position: relative;
  overflow: hidden;
}

.about_div7 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about_div7 ol li .t {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  color: #ffffff;
  line-height: 22px;
  padding: 0 15px;
  height: 44px;
  overflow: hidden;
}

.about_div7 ol li .text {
  position: relative;
  float: left;
  width: 236px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.about_div7 ol li .text:last-child {
  margin-bottom: 0;
  width: 477px;
}

.about_div7 ol li .text:nth-child(1) .t,
.about_div7 ol li .text:nth-child(2) .t {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 22px;
}

.about_div7 ol li:nth-child(2) {
  margin-right: 0;
}

.about_div7 ol li.v1 {
  width: 475px;
}

.about_div7 ol li.v1 .img {
  width: 475px;
  height: 439px;
}

.about_div7 ol li.v2 {
  width: 238px;
}

.about_div7 ol li.v2 .img {
  width: 238px;
  height: 439px;
}

.about_div7 ol li.v3 {
  width: 482px;
}

.about_div7 ol li.v3 .img1 {
  width: 236px;
  height: 217px;
}

.about_div7 ol li.v3 .img2 {
  width: 477px;
  height: 217px;
}

.about_div7 ol li.v4 {
  width: 295px;
}

.about_div7 ol li.v4 .img {
  width: 295px;
  height: 297px;
}

.about_div7 ol li.v5 {
  width: 600px;
}

.about_div7 ol li.v5 .img {
  width: 600px;
  height: 297px;
}

.masonry_ol.about_div7 ol {
  width: 1210px;
}

.about_div7 ol li.vi {
  width: auto;
  margin-right: 4px;
}

.about_div7 ol li.vi img {
  width: 100%;
  position: relative;
}

.about_div8 {
  padding: 30px 0;
}

.about_div8 .left {
  width: 599px;
}

.about_div8 .left ol {
  margin-top: 20px;
}

.about_div8 .left ol li {
  margin-bottom: 5px;
  margin-right: 3px;
  float: left;
  width: 298px;
  height: 111px;
  border: 1px solid #e3e3e3;
  padding: 14px 10px;
}

.about_div8 .left ol li .img {
  float: left;
  width: 122px;
  height: 81px;
  position: relative;
}

.about_div8 .left ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about_div8 .left ol li .text {
  float: right;
  width: 154px;
  padding-left: 15px;
  padding-top: 5px;
}

.about_div8 .left ol li .text .bt {
  color: #333333;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.about_div8 .left ol li .text .t {
  margin-top: 5px;
  color: #525252;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.about_div8 .left ol li:hover .text .bt {
  color: #05689a;
}

.about_div8 .left ol li:nth-child(2n) {
  margin-right: 0;
}

.about_div8 .right {
  width: 590px;
}

.about_div8 .right .about_ewm {
  margin-top: 20px;
  height: 227px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}

.about_div8 .right .about_ewm .text_div {
  width: 100%;
  padding: 35px 0 0 30px;
}

.about_div8 .right .about_ewm .text_div .img {
  float: left;
  width: 155px;
  height: 155px;
}

.about_div8 .right .about_ewm .text_div .text {
  margin-left: 16px;
  float: left;
  width: 250px;
  padding-top: 10px;
}

.about_div8 .right .about_ewm .text_div .text .bt {
  color: #00669a;
  font-size: 18px;
}

.about_div8 .right .about_ewm .text_div .text .t {
  margin-top: 10px;
  color: #525252;
  font-size: 13px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.about_div8 .right .about_ewm .text_div .text b {
  display: block;
  margin-top: 25px;
  font-weight: normal;
  color: #333333;
}

.about_div8 .right .about_ewm .slick-dots {
  width: 9px;
  right: 28px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_div8 .right .about_ewm .slick-dots li {
  margin: 5px 0;
}

.about_div8 .right .about_ewm .slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #afafaf;
}

.about_div8 .right .about_ewm .slick-dots li.slick-active button {
  background: #2b3d69;
}

.about_div9 {
  background: #2b3d69;
  padding: 38px 0 30px;
}

.about_div9 .left {
  width: 500px;
}

.about_div9 .left .img {
  float: left;
  width: 119px;
  height: 75px;
}

.about_div9 .left .text {
  float: left;
  width: 300px;
  margin-left: 20px;
  padding-top: 15px;
}

.about_div9 .left .text .bt {
  color: #fff;
  font-size: 18px;
}

.about_div9 .left .text .t {
  color: #66728e;
  font-size: 18px;
  text-transform: uppercase;
  font-family: arial;
  margin-top: 5px;
}

.about_div9 .right {
  padding-top: 20px;
  max-width: 600px;
}

.about_div9 .right .btn {
  background: #dd1721;
  width: 109px;
  height: 40px;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  float: right;
}

.about_div9 .right .in_p {
  width: 306px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  border: none;
  font-size: 13px;
  padding: 0 10px;
  float: left;
  margin-right: 6px;
}

.about_div9 .right span {
  display: inline-block;
  float: left;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  margin-right: 12px;
}

.axzd_div {
  position: relative;
  margin-top: -88px;
  background: url(../images/axzd_bg.jpg) no-repeat center center;
  height: 131px;
  padding: 35px 0 0 35px;
}

.axzd_div .text {
  float: left;
  width: 153px;
  position: relative;
  top: -5px;
}

.axzd_div .text .bt {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
}

.axzd_div .text .t {
  margin-top: 3px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: arial;
}

.axzd_div .sousuo {
  float: left;
  width: 980px;
}

.axzd_div .sousuo .ym_con {
  float: left;
  width: 155px;
  height: 58px;
  background: #fff;
  position: relative;
}

.axzd_div .sousuo .ym_con .ch {
  width: 100%;
  background: url(../images/axzd_icon.jpg) no-repeat 121px center;
  height: 58px;
  line-height: 56px;
  display: block;
  cursor: pointer;
  color: #424242;
  font-size: 16px;
  overflow: hidden;
  padding: 0 16px;
}

.axzd_div .sousuo .ym_con .ch_con {
  display: none;
  border: 1px solid #d9d9d9;
  z-index: 999;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 58px;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 10px 16px;
}

.axzd_div .sousuo .ym_con .ch_con a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999;
  font-size: 15px;
  display: block;
  line-height: 26px;
}

.axzd_div .sousuo .ym_con .ch_con a:hover {
  color: #05689a;
}

.axzd_div .sousuo .in_text {
  float: left;
  width: 519px;
  height: 58px;
  background: #fff;
  border: none;
  margin-left: 5px;
  font-size: 16px;
  padding: 0 16px;
  color: #000;
}

.axzd_div .sousuo .ss_btn,
.axzd_div .sousuo .tw_btn {
  text-align: center;
  line-height: 58px;
  width: 136px;
  height: 58px;
  margin-left: 4px;
  float: left;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
}

.axzd_div .sousuo .ss_btn {
  background: #dd1721 url(../images/axzd_icon2.jpg) no-repeat 22px center;
  text-align: left;
  padding-left: 60px;
}

.axzd_div .sousuo .tw_btn {
  background: #1663c3;
}

.axzd_div2 {
  padding: 30px 0;
}

.axzd_div2 .div {
  margin-top: 20px;
}

.axzd_div2 .div .left {
  width: 374px;
  height: 455px;
  position: relative;
}

.axzd_div2 .div .left .img {
  width: 374px;
  height: 455px;
  position: relative;
}

.axzd_div2 .div .left .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.axzd_div2 .div .left .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 35px 33px;
  color: #fff;
}

.axzd_div2 .div .left .text .bt {
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.axzd_div2 .div .left .text .t {
  margin-top: 10px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.axzd_div2 .div .right {
  width: 826px;
}

.axzd_div2 .div .right ol>li {
  margin-left: 3px;
  float: left;
  width: 272px;
  height: 455px;
  background: #f6f6f6;
}

.axzd_div2 .div .right ol>li .img {
  overflow: hidden;
  position: relative;
  width: 272px;
  height: 254px;
}

.axzd_div2 .div .right ol>li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.axzd_div2 .div .right ol>li .img .t {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  font-size: 18px;
  padding: 0 18px;
  line-height: 44px;
}

.axzd_div2 .div .right ol>li .text {
  padding-top: 22px;
}

.axzd_div2 .div .right ol>li .text ul li {
  line-height: 30px;
  float: left;
  width: 100%;
  padding: 0 18px;
}

.axzd_div2 .div .right ol>li .text ul li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
}

.axzd_div2 .div .right ol>li .text ul li:hover a {
  color: #05689a;
}

.axzd_div3 {
  padding: 30px 0;
  background: #f6f6f6;
}

.axzd_div3 ol {
  margin-top: 20px;
}

.axzd_div3 ol>li {
  width: 600px;
  height: 235px;
  float: left;
  margin-bottom: 3px;
  background: #fff;
}

.axzd_div3 ol>li .img {
  float: left;
  width: 235px;
  height: 235px;
  position: relative;
}

.axzd_div3 ol>li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.axzd_div3 ol>li .text {
  float: left;
  width: 365px;
  padding: 30px 32px 0;
}

.axzd_div3 ol>li .text .bt {
  line-height: 24px;
}

.axzd_div3 ol>li .text .bt h3 {
  display: inline-block;
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}

.axzd_div3 ol>li .text .bt a {
  display: inline-block;
  float: right;
  color: #888888;
  font-size: 12px;
  text-transform: uppercase;
  font-family: arial;
}

.axzd_div3 ol>li .text .bt a:hover {
  color: #E00D1B;
}

.axzd_div3 ol>li .text ul {
  margin-top: 15px;
}

.axzd_div3 ol>li .text ul li {
  float: left;
  width: 100%;
  line-height: 36px;
}

.axzd_div3 ol>li .text ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.axzd_div3 ol>li .text ul li:hover a {
  color: #00669A;
}

.axzd_div4 {
  padding: 30px 0;
}

.axzd_div4 ol {
  margin-top: 10px;
}

.axzd_div4 ol>li {
  margin: 10px 0;
  float: left;
  width: 590px;
  height: 264px;
  border: 1px solid #e5e5e5;
  padding: 24px 20px 0 15px;
}

.axzd_div4 ol>li:nth-child(2n) {
  float: right;
}

.axzd_div4 ol>li .img {
  float: left;
  width: 220px;
  height: 220px;
  position: relative;
}

.axzd_div4 ol>li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.axzd_div4 ol>li .text {
  float: right;
  width: 313px;
}

.axzd_div4 ol>li .text .bt {
  color: #333333;
  font-size: 18px;
}

.axzd_div4 ol>li .text .t {
  margin-top: 5px;
  color: #777777;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.axzd_div4 ol>li .text ul {
  margin-top: 25px;
}

.axzd_div4 ol>li .text ul li {
  float: left;
  width: 100%;
  line-height: 26px;
}

.axzd_div4 ol>li .text ul li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #0072ae;
}

.axzd_div4 ol>li .text ul li:hover a {
  color: #E00B1D;
}

.axzd_div5 {
  padding-top: 10px;
  padding-bottom: 38px;
  text-align: center;
}

.axzd_div5 h2 {
  color: #373737;
  font-size: 28px;
}

.axzd_div5 h3 {
  margin-top: 5px;
  font-weight: normal;
  color: #2a2a2a;
  font-size: 22px;
}

.axzd_div5 h4 {
  color: #134686;
  font-size: 56px;
  font-family: arial;
}

.axzd_div5 h4 span {
  display: inline-block;
  background: url(../images/axzd_icon3.png) no-repeat left center;
  padding-left: 66px;
}

.axzd_div5 .t {
  color: #2a2a2a;
  font-size: 18px;
}

.axzd_div6 {
  padding: 30px 0 50px;
}

.axzd_div6 .axzd_cx {
  margin-top: 20px;
}

.axzd_div6 .axzd_cx .left {
  width: 920px;
}

.axzd_div6 .axzd_cx .left ol {
  padding-bottom: 30px;
}

.axzd_div6 .axzd_cx .left ol li {
  margin-right: 13px;
  margin-bottom: 25px;
  float: left;
  width: 298px;
}

.axzd_div6 .axzd_cx .left ol li .img {
  display: block;
  position: relative;
  width: 298px;
  height: 299px;
}

.axzd_div6 .axzd_cx .left ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.axzd_div6 .axzd_cx .left ol li .text {
  margin-top: 8px;
}

.axzd_div6 .axzd_cx .left ol li .text .bt {
  color: #424242;
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.axzd_div6 .axzd_cx .left ol li .text .paimin,
.axzd_div6 .axzd_cx .left ol li .text .data {
  color: #424242;
  font-size: 16px;
}

.axzd_div6 .axzd_cx .left ol li .text .t {
  margin-top: 15px;
  color: #424242;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.axzd_div6 .axzd_cx .left ol li:nth-child(3n) {
  margin-right: 0;
}

.axzd_div6 .axzd_cx .left ol li:hover .text .bt {
  color: #00669A;
}

.axzd_more {
  text-align: center;
}

.axzd_more a {
  display: inline-block;
  background: url(../images/axzd_icon4.png) no-repeat left center;
  height: 36px;
  line-height: 36px;
  padding-left: 58px;
  color: #424242;
  font-size: 16px;
}

.axzd_div6 .axzd_cx .right {
  width: 263px;
}

.axzd_div6 .axzd_cx .right .text .bt {
  background: #14254e;
  height: 60px;
  line-height: 60px;
  padding: 0 22px;
}

.axzd_div6 .axzd_cx .right .text .bt h3 {
  display: inline-block;
  float: left;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
}

.axzd_div6 .axzd_cx .right .text .bt a {
  display: inline-block;
  float: right;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  text-transform: uppercase;
}

.axzd_div6 .axzd_cx .right .text .bt a:hover {
  color: #E00B1D;
}

.axzd_div6 .axzd_cx .right .text ol {
  background: #f1f1f1;
  padding: 15px 22px 25px;
}

.axzd_div6 .axzd_cx .right .text ol li {
  float: left;
  width: 100%;
  line-height: 35px;
}

.axzd_div6 .axzd_cx .right .text ol li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
}

.axzd_div6 .axzd_cx .right .text ol li:hover a {
  color: #00669A;
}

.gsjsy_div {
  padding: 50px 0 30px;
}

.gsjsy_div .home_tit {
  text-align: center;
}

.gsjsy_div dl {
  margin-top: 24px;
}

.gsjsy_div dl dt {
  width: 434px;
}

.gsjsy_div dl dt .img {
  width: 434px;
  height: 329px;
  position: relative;
}

.gsjsy_div dl dt .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gsjsy_div dl dt .img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gsjsy_div dl dd {
  width: 740px;
}

.gsjsy_div dl dd .t {
  color: #666666;
  font-size: 15px;
  line-height: 26px;
}

.gsjsy_div .map {
  margin-top: 30px;
  height: 312px;
  position: relative;
  width: 100%;
}

.gsjsy_div .map .dz_con {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 354px;
  background: rgba(20, 37, 78, 0.85);
  padding: 85px 42px 0;
}

.gsjsy_div .map .dz_con .bt {
  color: #f4f4f4;
  font-size: 22px;
}

.gsjsy_div .map .dz_con .t {
  margin-top: 10px;
  color: #f4f4f4;
  font-size: 16px;
  line-height: 24px;
}

.gsjsy_div2 {
  background: #14254e;
}

.gsjsy_div2 .home_tit {
  color: #fff;
}

.gsjsy_div2 .home_tit span {
  color: #fff;
}

.gsjsy_div2 .home_tit a {
  color: #fff;
}

.gsjsy_div2 .home_tit a:hover {
  color: #E00B1D;
}

.gsjsy_div3 {
  padding-top: 30px;
}

.gsjsy_div4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gsjsy_div4 dl {
  background: #f6f6f6;
  padding: 20px;
}

.gsjsy_div4 dl dt {
  margin-top: 20px;
  width: 560px;
}

.gsjsy_div4 dl dt .img {
  float: left;
  display: block;
  position: relative;
  width: 247px;
  height: 247px;
}

.gsjsy_div4 dl dt .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gsjsy_div4 dl dt .text {
  width: 295px;
  float: right;
}

.gsjsy_div4 dl dt .text .bt {
  color: #333333;
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.gsjsy_div4 dl dt .text .t {
  margin-top: 10px;
  color: #828282;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.gsjsy_div4 dl dt .text .data {
  color: #828282;
  margin-top: 10px;
}

.gsjsy_div4 dl dt .text a.more {
  margin-top: 83px;
  display: inline-block;
  float: right;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  color: #0072ae;
}

.gsjsy_div4 dl dd {
  margin-top: 20px;
  width: 540px;
}

.gsjsy_div4 dl dd ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.gsjsy_div4 dl dd ul li a {
  display: block;
  float: left;
  max-width: 80%;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/home_hd_iocn2.png) no-repeat left center;
  padding-left: 15px;
}

.gsjsy_div4 dl dd ul li span {
  float: right;
  color: #666666;
}

.gsjsy_div4 dl dd ul li:hover a {
  background: url(../images/home_hd_iocn3.png) no-repeat left center;
  color: #00669A;
}

.gsjsy_div4 .gsjsy_div5 {
  margin-top: 40px;
}

.gsjsy_div4 .gsjsy_div5 .left {
  width: 600px;
}

.gsjsy_div4 .gsjsy_div5 .left ul {
  margin-top: 20px;
}

.gsjsy_div4 .gsjsy_div5 .left ul li {
  float: left;
  width: 100%;
  height: 254px;
  background: #f6f6f6;
  margin-bottom: 7px;
}

.gsjsy_div4 .gsjsy_div5 .left ul li .img {
  display: block;
  float: left;
  width: 254px;
  height: 254px;
  position: relative;
}

.gsjsy_div4 .gsjsy_div5 .left ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gsjsy_div4 .gsjsy_div5 .left ul li .text {
  float: right;
  width: 346px;
  padding: 30px 25px 0;
  height: 254px;
  position: relative;
}

.gsjsy_div4 .gsjsy_div5 .left ul li .text .bt {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
}

.gsjsy_div4 .gsjsy_div5 .left ul li .text .t {
  margin-top: 10px;
  color: #686868;
  line-height: 24px;
}

.gsjsy_div4 .gsjsy_div5 .left ul li .text a.more {
  position: absolute;
  right: 22px;
  bottom: 26px;
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  color: #0072ae;
}

.gsjsy_div4 .gsjsy_div5 .right {
  width: 580px;
}

.gsjsy_div4 .gsjsy_div5 .right ul {
  margin-top: 20px;
}

.gsjsy_div4 .gsjsy_div5 .right ul li {
  float: left;
  width: 100%;
  height: 168px;
  border: 1px solid #e5e5e5;
  padding: 10px 0 0 12px;
  margin-bottom: 5px;
}

.gsjsy_div4 .gsjsy_div5 .right ul li .img {
  display: block;
  float: left;
  width: 145px;
  height: 145px;
  position: relative;
}

.gsjsy_div4 .gsjsy_div5 .right ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gsjsy_div4 .gsjsy_div5 .right ul li .text {
  height: 168px;
  position: relative;
  width: 420px;
  float: right;
  padding: 10px 28px 0;
}

.gsjsy_div4 .gsjsy_div5 .right ul li .text .bt {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
}

.gsjsy_div4 .gsjsy_div5 .right ul li .text .t {
  margin-top: 5px;
  color: #686868;
  line-height: 24px;
}

.gsjsy_div4 .gsjsy_div5 .right ul li .text a.more {
  position: absolute;
  right: 28px;
  bottom: 26px;
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  color: #0072ae;
}

.hzjh_div {
  height: 465px;
}

.hzjh_div .tit span {
  display: block;
  margin-top: 10px;
  margin-left: 0;
  font-family: arial;
}

.hzjh_div ul li {
  width: 290px;
  margin-right: 13px;
}

.hzjh_div ul li .bt {
  padding-top: 35px;
}

.hzjh_div ul li .bt div {
  line-height: 30px;
  font-size: 20px;
}

.hzjh_div ul li .t {
  font-size: 13px;
  text-align: left;
  height: auto;
}

.hzjh_div2 {
  padding: 35px 0;
}

.hzjh_div2 .home_tit {
  text-align: center;
  color: #00669a;
}

.hzjh_div2 .name {
  text-align: center;
  color: #929292;
  line-height: 22px;
  margin-top: 10px;
}

.hzjh_div2 ul {
  margin-top: 28px;
}

.hzjh_div2 ul li {
  float: left;
  width: 292px;
  height: 332px;
  background: #f3f3f3;
  padding: 20px 16px 0 17px;
  margin-right: 10px;
}

.hzjh_div2 ul li:last-child {
  margin-right: 0;
}

.hzjh_div2 ul li .img {
  display: block;
  width: 259px;
  height: 175px;
  position: relative;
}

.hzjh_div2 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hzjh_div2 ul li .text {
  margin-top: 15px;
}

.hzjh_div2 ul li .text .bt {
  display: block;
  color: #333333;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hzjh_div2 ul li .text .t {
  color: #737373;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 3px;
}

.hzjh_div2 ul li .text a.more {
  display: inline-block;
  color: #0072ae;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  margin-top: 10px;
}

.hzjh_div3 {
  background: #2c3a5c;
  padding: 30px 0;
}

.hzjh_div3 .left {
  width: 328px;
  height: 507px;
  background: url(../images/hzjh_img5.png) no-repeat center center;
}

.hzjh_div3 .left .text_con {
  margin-top: 81px;
  height: 341px;
  width: 100%;
  background: url(../images/hzjh_icon.png) no-repeat center center;
  text-align: center;
  padding-top: 122px;
}

.hzjh_div3 .left .text_con h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}

.hzjh_div3 .left .text_con .t {
  margin-top: 8px;
  color: #7f838f;
  font-size: 18px;
  font-family: arial;
  text-transform: uppercase;
}

.hzjh_div3 .left .text_con .icon {
  width: 23px;
  height: 23px;
  margin: 105px auto 0;
}

.hzjh_div3 .right {
  width: 869px;
}

.hzjh_div3 .right ul li {
  float: left;
  width: 286px;
  height: 251px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  position: relative;
}

.hzjh_div3 .right ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hzjh_div3 .right ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 28px;
  color: #fff;
}

.hzjh_div3 .right ul li .text .bt {
  font-size: 16px;
}

.hzjh_div3 .right ul li .text .t {
  margin-top: 5px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.hzjh_div3 .right ul li .text img {
  display: none;
}

.hzjh_div3 .right ul li:hover .text {
  height: 100%;
  padding-top: 161px;
}

.hzjh_div3 .right ul li:hover .text img {
  display: block;
}

.hzjh_div3 .right ul li:nth-child(3n) {
  margin-right: 0;
}

.hzjh_div4 {
  padding: 35px 0;
}

.hzjh_div4 .home_tit {
  text-align: center;
}

.hzjh_div4 .name {
  text-align: center;
  color: #545454;
  margin-top: 10px;
}

.hzjh_div4 .table {
  margin-top: 25px;
}

.hzjh_div4 .table table {
  border: 1px solid #e4e4e4;
  width: 100%;
}

.hzjh_div4 .table table tr {
  border: 1px solid #e4e4e4;
}

.hzjh_div4 .table table tr:nth-child(2n) {
  background: #f5f5f5;
}

.hzjh_div4 .table table tr td {
  border: 1px solid #e4e4e4;
  padding: 15px 10px;
  color: #333333;
  text-align: center;
}

.hzjh_div4 .table table tr td img {
  margin-bottom: 5px;
}

.hzjh_div4 .table table tr td:first-child {
  text-align: left;
  padding-left: 20px;
}

.hzjh_div4 .table table .tr1 td {
  text-align: left;
}

.hzjh_div5 {
  background: url(../images/hzjh_bg.jpg) no-repeat center center;
  height: 327px;
  padding: 20px 0 0;
}

.hzjh_div5 ul {
  margin-top: 15px;
}

.hzjh_div5 ul li {
  float: left;
  width: 237px;
  height: 237px;
  margin-right: 3px;
  overflow: hidden;
}

.hzjh_div5 ul li a {
  display: block;
  position: relative;
  width: 237px;
  height: 237px;
}

.hzjh_div5 ul li a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hzjh_div5 ul li a .text {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-top: 85px;
}

.hzjh_div5 ul li a .text .t {
  color: #fffefe;
  font-size: 18px;
  line-height: 24px;
}

.hzjh_div5 ul li a .text em {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  margin: 13px auto 0;
}

.hzjh_div5 ul li:last-child {
  margin-right: 0;
}

.hzjh_div5 ul li:hover .text {
  display: block;
}

.hzjh_div6 {
  padding: 35px 0;
}

.hzjh_div6 .left {
  width: 589px;
  height: 439px;
}

.hzjh_div6 .right {
  width: 588px;
  height: 439px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 23px 0 0 20px;
}

.hzjh_div6 .right .title_div a {
  display: block;
  padding: 0 34px;
  height: 45px;
  background: #ececec;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 43px;
  color: #333333;
  font-size: 16px;
  float: left;
  margin-right: 2px;
}

.hzjh_div6 .right .title_div a.cur {
  background: #dd1721;
  border: 1px solid #dd1721;
  color: #fff;
}

.hzjh_div6 .right .text_con {
  margin-top: 24px;
}

.hzjh_div6 .right .text_con ol {
  display: none;
}

.hzjh_div6 .right .text_con ol:first-child {
  display: block;
}

.hzjh_div6 .right .text_con ol li {
  float: left;
  width: 100%;
  padding: 8px 0;
}

.hzjh_div6 .right .text_con ol li .img {
  display: block;
  float: left;
  width: 93px;
  height: 93px;
  position: relative;
}

.hzjh_div6 .right .text_con ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hzjh_div6 .right .text_con ol li .text {
  position: relative;
  width: 473px;
  float: right;
  padding: 0 25px 0 35px;
}

.hzjh_div6 .right .text_con ol li .text .bt {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hzjh_div6 .right .text_con ol li .text .t {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.hzjh_div6 .right .text_con ol li .text .data {
  color: #757575;
}

.hzjh_div6 .right .text_con ol li .text .more {
  display: none;
  position: absolute;
  right: 25px;
  bottom: 0;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}

.hzjh_div6 .right .text_con ol li .text .more:hover {
  color: #dd1721;
}

.hzjh_div6 .right .text_con ol li:hover {
  background: #fafafa;
}

.hzjh_div6 .right .text_con ol li:hover .text .more {
  display: block;
}

.hdbanner {
  height: 563px;
  position: relative;
  z-index: 1;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  overflow: hidden;
}

.hdbanner ul {
  position: relative;
}

.hdbanner ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 563px;
  display: none;
}

.hdbanner ul li:first-child {
  display: block;
}

.hdbanner ul li .text {
  padding: 103px 0 0 310px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1200px;
  margin-left: -600px;
}

.hdbanner ul li .text .bt {
  color: #ffffff;
  font-size: 60px;
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
}

.hdbanner ul li .text .name {
  color: #ffffff;
  font-size: 37px;
  font-family: arial;
  text-transform: uppercase;
}

.hdbanner ul li .text .h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
}

.hdbanner ul li .text .t {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.hdbanner .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -200px;
  text-align: center;
  width: 400px;
  height: 109px;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 9px;
}

.hdbanner .arrow a {
  position: relative;
  z-index: 9;
  width: 90px;
  height: 90px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 2px;
}

.hdbanner .arrow a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hdbanner .arrow a i {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hdbanner .arrow a.cur i {
  display: block;
}

.hdy_div {
  padding: 40px 0 30px;
}

.hdy_div .home_tit {
  text-align: center;
}

.hdy_div ul {
  margin-top: 20px;
}

.hdy_div ul li {
  float: left;
  width: 595px;
  height: 235px;
  background: #f6f6f6;
  margin-bottom: 7px;
}

.hdy_div ul li .img {
  display: block;
  float: left;
  width: 235px;
  height: 235px;
  position: relative;
}

.hdy_div ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hdy_div ul li .text {
  float: right;
  width: 360px;
  padding: 30px 25px 0;
  height: 235px;
  position: relative;
}

.hdy_div ul li .text .bt {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
}

.hdy_div ul li .text .t {
  margin-top: 10px;
  color: #686868;
  line-height: 24px;
}

.hdy_div ul li .text a.more {
  position: absolute;
  right: 22px;
  bottom: 26px;
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  color: #0072ae;
}

.hdy_div ul li:nth-child(2n) {
  float: right;
}

.hdy_div2 {
  background: #f3f3f3;
  padding: 30px 0;
}

.hdy_div2 .home_tit {
  text-align: left;
}

.hdy_div2 ul li {
  background: #fff;
  height: 254px;
}

.hdy_div2 ul li .img {
  width: 254px;
  height: 254px;
}

.hdy_div2 ul li .text {
  width: 341px;
  height: 254px;
}

.hdy_div2 ul li .text .bt {
  border-bottom: none;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  white-space: normal;
  text-overflow: inherit;
}

.hdy_div2 ul li .text .t {
  height: 96px;
  overflow: hidden;
}

.hdy_div3 {
  padding: 30px 0 50px;
}

.hdy_div3 ul {
  margin-top: 20px;
}

.hdy_div3 ul li {
  width: 595px;
  border: 1px solid #e5e5e5;
  height: 224px;
  float: left;
}

.hdy_div3 ul li .img {
  position: relative;
  width: 295px;
  height: 222px;
  float: left;
}

.hdy_div3 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hdy_div3 ul li .text {
  float: right;
  width: 298px;
  padding: 30px 25px 0;
}

.hdy_div3 ul li .text .bt {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.hdy_div3 ul li .text .t {
  margin-top: 15px;
  color: #828282;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.hdy_div3 ul li .text .more {
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  color: #0072ae;
  margin-top: 40px;
}

.hdy_div3 ul li:nth-child(2n) {
  float: right;
}

.hdyxx_div {
  background: #ededed;
}

.hdyxx_div .top {
  position: relative;
  margin-top: -117px;
  z-index: 9;
  background: url(../images/hdyxx_icon1.png) repeat-x left top;
  padding: 25px 33px 0;
  height: 265px;
}

.hdyxx_div .top h3 {
  border-bottom: 1px solid #2f3c59;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 15px;
}

.hdyxx_div .top .top_div {
  padding-top: 18px;
}

.hdyxx_div .top .top_div .left {
  width: 620px;
  float: left;
}

.hdyxx_div .top .top_div .left p {
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
}

.hdyxx_div .top .top_div .con {
  padding-top: 20px;
  float: left;
  width: 312px;
}

.hdyxx_div .top .top_div .con p {
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
}

.hdyxx_div .top .top_div .con .con_div {
  margin-top: 5px;
  -webkit-box-shadow: 3px 3px 3px #000000;
  box-shadow: 3px 3px 3px #000000;
}

.hdyxx_div .top .top_div .con .con_div .in_t {
  width: 222px;
  height: 43px;
  border: none;
  float: left;
  padding: 0 5px;
}

.hdyxx_div .top .top_div .con .con_div .in_btn {
  float: left;
  width: 90px;
  height: 43px;
  background: #dd1721;
  color: #fff;
  border: none;
  font-size: 15px;
  font-family: "微软雅黑";
}

.hdyxx_div .top .top_div .right {
  padding-top: 60px;
  margin-right: 20px;
  width: 173px;
  float: right;
}

.hdyxx_div .top .top_div .right a {
  width: 173px;
  height: 43px;
  background: #1663c3;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 43px;
  -webkit-box-shadow: 3px 3px 3px #000000;
  box-shadow: 3px 3px 3px #000000;
}

.hdyxx_div .hdyxx_div2 {
  background: none;
  height: 370px;
}

.hdyxx_div .hdyxx_div2 .home_tit {
  text-align: left;
}

.hdyxx_div .hdyxx_div2 .adyl_tuandui {
  margin-top: 20px;
}

.hdyxx_div .hdyxx_con {
  margin-top: 20px;
  background: #fff;
  padding: 35px 33px 50px;
  line-height: 1.7;
}

.hdyxx_div .hdyxx_con .hdyq dt {
  width: 480px;
}

.hdyxx_div .hdyxx_con .hdyq dd {
  padding-top: 15px;
  width: 580px;
}

.hdyxx_div .hdyxx_con .hdyq dd .bt {
  color: #333333;
  font-weight: bold;
}

.hdyxx_div .hdyxx_con .hdyq dd .t {
  color: #666;
  line-height: 22px;
}

.hdyxx_div .hdyxx_con .banfa {
  margin-top: 25px;
}

.hdyxx_div .hdyxx_con .banfa dt {
  width: 775px;
}

.hdyxx_div .hdyxx_con .banfa dt .bt {
  color: #333333;
  font-weight: bold;
}

.hdyxx_div .hdyxx_con .banfa dt .t {
  color: #666;
  line-height: 22px;
}

.hdyxx_div .hdyxx_con .banfa dd {
  width: 278px;
}

.hdyxx_div4 ul li {
  background: #fff;
}

.hdyxx_div5 {
  padding: 35px 0;
}

.hdyxx_div5 ul {
  margin-top: 20px;
}

.hdyxx_div5 ul li {
  margin-right: 5px;
  float: left;
  width: 296px;
}

.hdyxx_div5 ul li .img {
  width: 296px;
  height: 296px;
  position: relative;
}

.hdyxx_div5 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hdyxx_div5 ul li .bt {
  margin-top: 8px;
  color: #333333;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hdyxx_div5 ul li .t {
  padding-right: 10px;
  margin-top: 3px;
  color: #686868;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.hdyxx_div5 ul li .data {
  color: #686868;
}

.hdyxx_div5 ul li:last-child {
  margin-right: 0;
}

.hdyxx_div5 ul li:hover .bt {
  color: #00669A;
}

.bread {
  height: 20px;
  background: url(../images/lsxxy_icon.png) no-repeat left center;
  line-height: 20px;
  padding-left: 18px;
  color: black !important;
  font-size: 17px;
}

.bread a {
  color: black !important;

}

.bread a:hover {
  color: #00669A;
}

.fh_div {
  padding: 18px 30px 0;
  height: 76px;
  border-top: 1px solid #e6e6e6;
}

.fh_div .fanhui {
  display: block;
  float: left;
  border: 1px solid #e6e6e6;
  width: 100px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  color: #666;
}

.fh_div .fanhui:hover {
  border: 1px solid #00669A;
  color: #00669A;
}

.fh_div div {
  float: right;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  line-height: 38px;
}

.fh_div div a {
  display: block;
  float: left;
  width: 48%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}

.fh_div div a:hover {
  color: #00669A;
}

.lsxxy_div {
  padding: 23px 0 40px;
}

.lsxxy_div .lsxxy_con {
  margin-top: 16px;
}

.lsxxy_div .lsxxy_con .left {
  width: 907px;
}

.lsxxy_div .lsxxy_con .left .container {
  border: 1px solid #e6e6e6;
}

.lsxxy_div .lsxxy_con .left .container h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 28px;
  height: 120px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 119px;
}

.lsxxy_div .lsxxy_con .left .container .con_div {
  padding: 50px 30px;
}

.lsxxy_div .lsxxy_con .left .container .con_div .img {
  text-align: center;
}

.lsxxy_div .lsxxy_con .left .container .con_div p {
  color: #666;
  line-height: 26px;
}

.lsxxy_div .lsxxy_con .left .xwxx {
  padding: 30px 0 0;
}

.lsxxy_div .lsxxy_con .left .xwxx h1 {
  border-bottom: none;
  height: auto;
  line-height: 28px;
}

.lsxxy_div .lsxxy_con .left .xwxx .fx_icon {
  margin-top: 35px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 22px 10px;
}

.lsxxy_div .lsxxy_con .left .xwxx .fx_icon .data {
  display: inline-block;
  float: left;
  color: #929292;
}

.lsxxy_div .lsxxy_con .left .xwxx .fx_icon .icon {
  float: right;
  max-width: 50%;
}

.lsxxy_div .lsxxy_con .left .xwxx .fx_icon .icon span {
  display: inline-block;
  float: left;
  line-height: 16px;
  color: #929292;
}

.lsxxy_div .lsxxy_con .left .xwxx .fx_icon .icon>div {
  display: inline-block;
  float: left;
}

.lsxxy_div .lsxxy_con .left .xwxx .fx_icon .icon>div a {
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin-left: 12px;
}

.lsxxy_div .lsxxy_con .left .xwxx .con_div {
  padding-top: 35px;
  padding-bottom: 50px;
}

.lsxxy_div .lsxxy_con .left .xwxx .con_div .t {
  color: #666;
  line-height: 28px;
}

.lsxxy_div .lsxxy_con .left .xwxx .con_div .shipin {
  text-align: center;
}

.lsxxy_div .lsxxy_con .left .tjgw_div {
  margin-top: 30px;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul {
  margin-top: 20px;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li {
  margin-right: 10px;
  float: left;
  width: 294px;
  height: 439px;
  background: #f5f5f5;
  padding: 21px 25px 0;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .img {
  display: block;
  width: 244px;
  height: 244px;
  position: relative;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .img .dz {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 0 15px;
  height: 27px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .img .dz span {
  background: url(../images/icon17.png) no-repeat left center;
  display: inline-block;
  padding-left: 15px;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .text {
  padding-top: 12px;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .text .bt {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .text .bt:hover {
  color: #00669A;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .text .t {
  margin-top: 5px;
  color: #686868;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .text .more {
  margin-top: 8px;
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  color: #00669A;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li:nth-child(3n) {
  margin-right: 0;
}

.lsxxy_div .lsxxy_con .right {
  width: 268px;
  background: #f5f5f5;
  padding-bottom: 10px;
}

.lsxxy_div .lsxxy_con .right .bt {
  background: #14254e;
  height: 54px;
  line-height: 54px;
  padding: 0 22px;
}

.lsxxy_div .lsxxy_con .right .bt h3 {
  max-width: 60%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.lsxxy_div .lsxxy_con .right .bt a {
  display: inline-block;
  float: right;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  text-transform: uppercase;
}

.lsxxy_div .lsxxy_con .right .bt a:hover {
  color: #E00B1D;
}

.rmsp_div ul {
  padding: 20px 22px 0;
}

.rmsp_div ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.rmsp_div ul li .img {
  display: block;
  position: relative;
  width: 223px;
  height: 174px;
}

.rmsp_div ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rmsp_div ul li .text {
  padding-top: 10px;
}

.rmsp_div ul li .text .b {
  color: #444444;
  line-height: 22px;
  /*  text-overflow: ellipsis;*/
  overflow: hidden;
  /*  white-space: nowrap;*/
}

.rmsp_div ul li .text .t {
  margin-top: 5px;
  color: #666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.rmsp_div ul li .text .more {
  display: inline-block;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
  color: #00669A;
  margin-top: 5px;
  float: right;
}

.zxhd_div ul {
  padding-top: 8px;
}

.zxhd_div ul li {
  padding: 12px 22px;
  float: left;
  width: 100%;
}

.zxhd_div ul li .tit {
  display: block;
  border-bottom: 1px solid #c1c1c1;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #393939;
  font-size: 16px;
  padding-bottom: 10px;
}

.zxhd_div ul li .text {
  margin-top: 12px;
}

.zxhd_div ul li .text .data {
  padding-top: 2px;
  float: left;
  width: 46px;
  text-align: center;
}

.zxhd_div ul li .text .data .yue {
  color: #686868;
  font-size: 16px;
}

.zxhd_div ul li .text .data .ri {
  color: #dd1721;
  font-size: 30px;
  font-family: arial;
  line-height: 58px;
}

.zxhd_div ul li .text .te {
  float: right;
  width: 174px;
}

.zxhd_div ul li .text .te .t {
  color: #686868;
  line-height: 22px;
}

.zxhd_div ul li .yuyue {
  margin-top: 8px;
  float: right;
  display: inline-block;
  color: #00669A;
  /*background: url(../images/icon6.png) no-repeat right center;*/
  padding-right: 20px;
  background-color: rgb(221, 23, 33);
  color: #fff;
  padding: 2px 15px;
}

.zxhd_div ul li:nth-child(2n) {
  background: #ededed;
}

.qzxxy_con {
  margin-top: 16px;
}

.qzxxy_con .left {
  width: 907px;
}

.qzxxy_con .left .container {
  padding-top: 35px;
  border: 1px solid #e6e6e6;
}

.qzxxy_con .left .container h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 28px;
}

.qzxxy_con .left .container .qzxxy_lx,
.qzxxy_con .qzxxy_lx {
  margin: 25px 25px 0;
  text-align: center;
}

.qzxxy_con .left .container .qzxxy_lx a,
.qzxxy_con .qzxxy_lx a {
  display: inline-block;
  border: 1px solid #0072ae;
  height: 48px;
  width: 15%;
  text-align: center;
  line-height: 46px;
  color: #0072ae;
  margin: 0 3px;
}

.qzxxy_con .left .container .qzxxy_lx a.cur,
.qzxxy_con .left .container .qzxxy_lx a:hover,
.qzxxy_con .qzxxy_lx a.cur,
.qzxxy_con .qzxxy_lx a:hover {
  background: #0072ae;
  color: #fff;
}

.qzxxy_con .left .container .con_div {
  padding: 30px 30px;
}

.qzxxy_con .left .container .con_div .img {
  text-align: center;
}

.qzxxy_con .left .container .con_div .bt {
  color: #000;
  font-size: 17px;
}

.qzxxy_con .left .container .con_div .yw {
  color: #868686;
  font-family: arial;
  border-bottom: 1px solid #dadada;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.qzxxy_con .left .container .con_div p {
  color: #666;
  line-height: 26px;
}

.qzxxy_con .left .ympgb {
  margin-top: 18px;
  background: url(../images/qzxxy_img2.jpg) no-repeat center center;
  height: 352px;
  padding: 30px 32px 0;
}

.qzxxy_con .left .ympgb .home_tit {
  text-align: center;
  color: #fff;
}

.qzxxy_con .left .ympgb .home_tit span {
  display: block;
  color: #fff;
}

.qzxxy_con .left .ympgb ul {
  margin-top: 25px;
  position: relative;
}

.qzxxy_con .left .ympgb ul .jpccheckbox {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 30px;
  bottom: 90px;
  font-size: 14px;
}

.qzxxy_con .left .ympgb ul .jpccheckbox input {
  width: 19px;
  height: 19px;
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 10px !important;
}

.qzxxy_con .left .ympgb ul .jpccheckbox a {
  color: white;
  font-size: 14px;
}

.qzxxy_con .left .ympgb ul .jpccheckbox a span {
  color: #1294d7;
}

.qzxxy_con .left .ympgb ul li {
  margin-bottom: 35px;
  float: left;
  margin-right: 12px;
}

.qzxxy_con .left .ympgb ul li:nth-child(3n) {
  margin-right: 0;
}

.qzxxy_con .left .ympgb ul li:nth-child(1) .t,
.qzxxy_con .left .ympgb ul li:nth-child(7) .t {
  width: 100px;
}

.qzxxy_con .left .ympgb ul li:nth-child(4) .t {
  width: 100px;
}

.qzxxy_con .left .ympgb ul li .t {
  float: left;
  width: 105px;
  text-align: right;
  color: #fff;
  line-height: 36px;
}

.qzxxy_con .left .ympgb ul li input {
  width: 166px;
  height: 36px;
  background: #fff;
  border: #fff;
  float: left;
}

.qzxxy_con .left .ympgb ul li .yzm {
  display: block;
  float: left;
  width: 80px;
  height: 36px;
  margin-left: 5px;
}

.qzxxy_con .left .ympgb ul li .ympgb_div {
  float: left;
  width: 166px;
  height: 36px;
  background: #fff;
  position: relative;
}

.qzxxy_con .left .ympgb ul li .ympgb_div .ympgb_nr {
  background: url(../images/qzxxy_icon.png) no-repeat 144px center;
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 35px;
  color: #bfbfbf;
}

.qzxxy_con .left .ympgb ul li .ympgb_div .ympgb_xl {
  display: none;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 37px;
  width: 100%;
  font-size: 14px;
  background: #ffffff;
}

.qzxxy_con .left .ympgb ul li .ympgb_div .ympgb_xl a {
  display: block;
  line-height: 24px;
  padding: 5px 15px;
}

.ympgb_xl-1>a:nth-child(1) {
  background: #C88B7A;
  color: white;
}

.ympgb_xl-1>a:nth-child(2) {
  background: #b0c8a7;
  color: white;
}

.ympgb_xl-1>a:nth-child(3) {
  background: #c8aec7;
  color: white;
}

.ympgb_xl-1>a:nth-child(4) {
  background: #79c884;
  color: white;
}

.qzxxy_con .left .ympgb ul li .ympgb_div .ympgb_xl a:hover {
  background: #5586c8;
  color: white;
}

.ympgb_xl .cur {
  background: #5586c8;
  color: white;
}

.qzxxy_con .left .ympgb ul li .btn {
  background: #dd1721;
  width: 130px;
  height: 46px;
  border-radius: 5px;
  float: none;
  color: #fff;
  font-size: 19px;
  margin-top: 20px;
}

.qzxxy_con .right {
  width: 268px;
  background: #f5f5f5;
  padding-bottom: 30px;
}

.qzxxy_con .right .bt {
  background: #14254e;
  height: 54px;
  line-height: 54px;
  padding: 0 22px;
}

.qzxxy_con .right .bt h3 {
  max-width: 60%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.qzxxy_con .right .bt a {
  display: inline-block;
  float: right;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  text-transform: uppercase;
}

.qzxxy_con .right .bt a:hover {
  color: #E00B1D;
}

.qzxxy_con .right .qtqz_div ul li {
  float: left;
  width: 100%;
  padding: 20px 22px 15px;
}

.qzxxy_con .right .qtqz_div ul li .b {
  color: #444444;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.qzxxy_con .right .qtqz_div ul li .t {
  margin-top: 5px;
  color: #777;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.qzxxy_con .right .qtqz_div ul li .more {
  margin-top: 5px;
  display: inline-block;
  color: #00669A;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.qzxxy_con .right .qtqz_div ul li:nth-child(2n) {
  background: #efefef;
}

.news_div {
  padding: 23px 0 40px;
}

.news_div .container {
  margin-top: 15px;
}

.news_div .container .left {
  float: left;
  width: 907px;
}

.news_div .container .left ul {
  /* border: 1px solid #e6e6e6;*/
  /* padding: 20px 15px;*/
  margin-bottom: 30px;
}

.news_div .container .left ul li {
  /* padding: 13px 17px; */
  float: left;
  width: 100%;
  /* margin-bottom: 10px;*/
  background: #f8f8f8;
  border-bottom: 1px solid rgb(211, 211, 211);
  border-top: 1px solid rgb(211, 211, 211);
  background: rgb(247, 247, 247);
}

.news_div .container .left ul li .img {
  display: block;
  width: 183px;
  height: 183px;
  position: relative;
  float: left;
}

.news_div .container .left ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news_div .container .left ul li .text {
  /*  padding-top: 15px;*/
  float: left;
  /*width: 658px;*/
  width: 100%;
  /* padding-left: 40px;*/
  position: relative;
}

.news_div .container .left ul li .text .bt {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  font-size: 20px;
  margin: 28px 0 19px 0;
  line-height: 1;
}


.news_div .container .left ul li .text .t {
  /*color: #777777;*/
  /*line-height: 24px;*/
  /*height: 72px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-align: justify;
  overflow: hidden;
  margin-bottom: 28px;
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.625;
}


.news_div .container .left ul li .text .data {
  /* margin-top: 10px;*/
  /* color: #777777;*/
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 16px;
  color: rgb(0, 114, 174);
}

.news_div .container .left ul li .text .more {
  margin-top: 10px;
  display: inline-block;
  color: #00669A;
  float: right;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.news_div .container .left ul li:hover {
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 4.75px 0.25px rgba(199, 193, 193, 0.72);
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.1s ease-out;
}

/*.news_div .container .left ul li:hover .text .bt,
.news_div .container .left ul li:hover .text .t,
.news_div .container .left ul li:hover .text .data,
.news_div .container .left ul li:hover .text .more {
  color: #fff;
}*/
.news_div .container .left ul li:hover .text .bt {
  color: rgb(204, 0, 0);
  font-weight: bold;transition: all 0.1s ease-out;
}

.news_div .container .left ul li:hover .text .data {
  // right: 10px;transition: all 0.1s ease-out;
}

.news_div .container .left ul li:hover .text .more {
  background: url(../images/icon18.png) no-repeat right center;transition: all 0.1s ease-out;
}

.news_div .container .left .axzd_more {
  text-align: center;
}

.news_div .container .left .axzd_more a {
  display: inline-block;
  background: url(../images/axzd_icon4.png) no-repeat left center;
  height: 36px;
  line-height: 36px;
  padding-left: 58px;
  color: #424242;
  font-size: 16px;
}

.news_div .container .right {
  width: 268px;
  float: right;
  background: #f5f5f5;
}

.news_div .container .right .bt {
  background: #14254e;
  height: 54px;
  line-height: 54px;
  padding: 0 22px;
}

.news_div .container .right .bt h3 {
  max-width: 60%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.news_div .container .right .bt a {
  display: inline-block;
  float: right;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  text-transform: uppercase;
}

.news_div .container .right .bt a:hover {
  color: #E00B1D;
}

.news_div .container .right .fenlei li {
  float: left;
  padding: 0 22px;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  height: 61px;
  line-height: 60px;
  font-size: 16px;
}

.news_div .container .right .fenlei li a {
  display: block;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news_div .container .right .fenlei li:hover a {
  color: #00669A;
}

.xmzt_div {
  background: #14254e;
  padding: 49px 0 58px;
}

.xmzt_div .img {
  width: 457px;
  float: left;
  background: url(../images/xmzt_bg.png) no-repeat 58px 74px;
}

.xmzt_div .img .img1 {
  display: block;
  width: 457px;
  height: 321px;
  position: relative;
}

.xmzt_div .img .img1 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div .img .img2 {
  display: block;
  width: 317px;
  height: 283px;
  float: right;
  margin-top: -142px;
  margin-right: -106px;
  position: relative;
}

.xmzt_div .img .img2 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div .text {
  width: 692px;
  float: right;
}

.xmzt_div .text .bt {
  padding-left: 20px;
  position: relative;
}

.xmzt_div .text .bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 77px;
  background: #d6d6d6;
}

.xmzt_div .text .bt .t {
  color: #d6d6d6;
  font-size: 40px;
  font-weight: bold;
  font-family: arial;
  text-transform: uppercase;
}

.xmzt_div .text .bt .d {
  color: #1896e7;
  font-size: 36px;
  font-weight: bold;
}

.xmzt_div .text .bt .d span {
  font-family: arial;
  font-weight: normal;
  color: #d6d6d6;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 12px;
}

.xmzt_div .text .text_div {
  padding-top: 60px;
  padding-left: 92px;
}

.xmzt_div .text .text_div .te {
  color: #bec5d4;
  line-height: 22px;
  margin-top: 20px;
}

.xmzt_div2 {
  padding: 30px 0;
  background: #f6f6f6;
}

.xmzt_div2 ul {
  margin-top: 20px;
}

.xmzt_div2 ul li {
  float: left;
  width: 290px;
  margin-right: 13px;
}

.xmzt_div2 ul li:last-child {
  margin-right: 0;
}

.xmzt_div2 ul li .img {
  display: block;
  width: 290px;
  height: 290px;
  position: relative;
}

.xmzt_div2 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div2 ul li .t {
  color: #1b1b1b;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 12px;
}

.xmzt_div2 ol {
  margin-top: 50px;
  background: url(../images/xmzt_bg2.jpg) no-repeat left 61px;
}

.xmzt_div2 ol li {
  width: 200px;
  float: left;
  text-align: center;
  margin: 90px 50px 0;
}

.xmzt_div2 ol li .t span {
  display: inline-block;
  float: left;
  color: #152d66;
  font-size: 16px;
  margin-right: 10px;
}

.xmzt_div2 ol li .t p {
  text-align: left;
  float: right;
  display: inline-block;
  width: 158px;
  color: #1b1b1b;
  line-height: 22px;
}

.xmzt_div2 ol li .dian {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #152d66;
  margin: 10px auto;
}

.xmzt_div2 ol li .data {
  color: #152d66;
  font-size: 16px;
}

.xmzt_div2 ol li:first-child {
  margin-left: 200px;
}

.xmzt_div2 ol li:nth-child(1),
.xmzt_div2 ol li:nth-child(2),
.xmzt_div2 ol li:nth-child(3) {
  margin-top: 0;
}

.xmzt_div3 {
  background: url(../images/xmzt_bg3.jpg) no-repeat left top;
  height: 417px;
  padding: 16px 0 0;
}

.xmzt_div3 .img {
  width: 476px;
  height: 401px;
  float: left;
}

.xmzt_div3 .text {
  width: 600px;
  float: right;
  padding-top: 73px;
}

.xmzt_div3 .text .t {
  margin-top: 20px;
  color: #333333;
  line-height: 22px;
}

.xmzt_div4 {
  background: url(../images/xmzt_bg4.jpg) no-repeat center center;
  height: 461px;
}

.xmzt_div4 .left {
  float: left;
  width: 620px;
  padding-top: 160px;
}

.xmzt_div4 .left .t {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  font-family: arial;
  text-transform: uppercase;
}

.xmzt_div4 .left .t span {
  display: block;
  font-weight: normal;
  font-size: 41px;
}

.xmzt_div4 .right {
  padding-top: 60px;
  width: 424px;
  float: right;
  margin-right: 50px;
}

.xmzt_div4 .right .home_tit {
  color: #fff;
}

.xmzt_div4 .right .home_tit span {
  color: #405381;
}

.xmzt_div4 .right .t {
  margin-top: 10px;
  color: #d9dce6;
  line-height: 36px;
}

.xmzt_div4 .right .t p {
  border-bottom: 1px solid #313c57;
}

.xmzt_div4 .right .t p:last-child {
  border-bottom: none;
}

.xmzt_div5 {
  background: #0c1b3d;
  height: 73px;
  text-align: center;
}

.xmzt_div5 a {
  display: inline-block;
  color: #fff;
  padding: 0 18px;
  line-height: 68px;
  border-bottom: 5px solid #0c1b3d;
}

.xmzt_div5 a.cur {
  background: #132655;
  border-bottom: 5px solid #dd1721;
}

.xmzt_div6 {
  padding: 45px 0 0;
}

.xmzt_div6 .home_tit {
  text-align: center;
  padding-bottom: 13px;
}

.xmzt_div6 .home_tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: #bababa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xmzt_div6 ul {
  margin-top: 17px;
}

.xmzt_div6 ul li {
  width: 100%;
  float: left;
}

.xmzt_div6 ul li .bt {
  color: #1b1b1b;
  font-size: 16px;
}

.xmzt_div6 ul li .t {
  margin-top: 20px;
  color: #666;
  line-height: 22px;
}

.xmzt_div6 ul li:first-child {
  padding: 23px 35px 23px 20px;
  background: #f5f5f5;
}

.xmzt_div6 ul li:first-child .img {
  float: left;
  width: 567px;
  height: 278px;
  line-height: 0;
}

.xmzt_div6 ul li:first-child .text {
  float: right;
  width: 532px;
  padding-top: 45px;
}

.xmzt_div6 ul li:nth-child(2) {
  padding: 20px 0;
}

.xmzt_div6 ul li:nth-child(2) .img {
  float: right;
  width: 592px;
  height: 286px;
  line-height: 0;
}

.xmzt_div6 ul li:nth-child(2) .text {
  padding-top: 45px;
  float: left;
  width: 585px;
}

.xmzt_div6 .xmzt_t {
  background: url(../images/xmzt_bg5.jpg) no-repeat center center;
  height: 358px;
  margin-top: 10px;
}

.xmzt_div6 .xmzt_t .img {
  width: 380px;
  height: 323px;
  line-height: 0;
  float: left;
  margin-left: 75px;
  margin-top: 35px;
}

.xmzt_div6 .xmzt_t .text {
  float: right;
  width: 640px;
  padding-top: 85px;
}

.xmzt_div6 .xmzt_t .text .bt {
  color: #333333;
  font-size: 24px;
  line-height: 36px;
}

.xmzt_div6 .xmzt_t .text .bt span {
  font-weight: bold;
}

.xmzt_div6 .xmzt_t .text .t {
  margin-top: 20px;
  color: #333333;
  line-height: 22px;
}

.xmzt_div7 {
  padding: 45px 0 50px;
}

.xmzt_div7 .home_tit {
  text-align: center;
  padding-bottom: 13px;
}

.xmzt_div7 .home_tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: #bababa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xmzt_div7 .img {
  margin-top: 40px;
  text-align: center;
}

.xmzt_div8 {
  background: url(../images/xmzt_bg6.jpg) no-repeat center center;
  height: 292px;
  padding: 51px 0 0;
}

.xmzt_div8 .home_tit {
  text-align: center;
  padding-bottom: 13px;
}

.xmzt_div8 .home_tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: #bababa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xmzt_div8 .text {
  margin-top: 30px;
  text-align: center;
}

.xmzt_div8 .text .bt {
  color: #333333;
  font-size: 24px;
}

.xmzt_div8 .text .bt span {
  color: #00669a;
  font-size: 60px;
  font-family: arial;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.xmzt_div8 .text .yw {
  color: #5d5d5d;
  font-size: 15px;
}

.xmzt_div9 {
  padding: 45px 0;
}

.xmzt_div9 .home_tit {
  text-align: center;
  padding-bottom: 13px;
}

.xmzt_div9 .home_tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: #bababa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xmzt_div9 .con_div {
  background: #f5f5f5;
  margin-top: 30px;
  padding: 30px 32px;
}

.xmzt_div9 .con_div .left {
  width: 540px;
  float: left;
  padding-top: 75px;
}

.xmzt_div9 .con_div .left .bt {
  color: #1b1b1b;
  font-size: 16px;
}

.xmzt_div9 .con_div .left .t {
  margin-top: 18px;
  line-height: 22px;
  color: #555;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}

.xmzt_div9 .con_div .left .yw {
  margin-top: 15px;
  color: #777777;
  font-size: 12px;
  font-family: arial;
  line-height: 18px;
}

.xmzt_div9 .con_div .right {
  width: 580px;
  float: right;
}

.xmzt_div9 .con_div .right .con_img {
  float: left;
  width: 278px;
  margin-left: 12px;
}

.xmzt_div9 .con_div .right .con_img .img {
  width: 278px;
  height: 278px;
  position: relative;
}

.xmzt_div9 .con_div .right .con_img .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div9 .con_div .right .con_img .t {
  color: #333333;
  margin-top: 10px;
}

.xmzt_div10 {
  background: #f5f5f5;
  padding: 45px 0;
}

.xmzt_div10 .home_tit {
  text-align: center;
  padding-bottom: 13px;
}

.xmzt_div10 .home_tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: #bababa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xmzt_div10 ul {
  margin-top: 30px;
}

.xmzt_div10 ul li {
  float: left;
  background: #fff;
  width: 233px;
  height: 165px;
  padding: 35px 20px 0;
  margin-right: 8px;
}

.xmzt_div10 ul li:nth-child(5n) {
  margin-right: 0;
}

.xmzt_div10 ul li span {
  display: inline-block;
  float: left;
  color: #333333;
  font-size: 58px;
  font-family: arial;
}

.xmzt_div10 ul li .t {
  float: right;
  width: 145px;
  color: #555;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
}

.xmzt_div11 {
  padding: 45px 0;
}

.xmzt_div11 .home_tit {
  text-align: center;
  padding-bottom: 13px;
}

.xmzt_div11 .home_tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: #bababa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xmzt_div11 ul {
  margin-top: 20px;
}

.xmzt_div11 ul li {
  float: left;
  width: 593px;
  border: 1px solid #d9d9d9;
}

.xmzt_div11 ul li .img {
  float: left;
  width: 295px;
  height: 277px;
  position: relative;
}

.xmzt_div11 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div11 ul li .text {
  position: relative;
  height: 277px;
  width: 296px;
  float: right;
  padding: 42px 25px 0;
}

.xmzt_div11 ul li .text .bt {
  color: #333333;
  font-size: 22px;
}

.xmzt_div11 ul li .text .t {
  margin-top: 8px;
  color: #333333;
  line-height: 22px;
}

.xmzt_div11 ul li .text .more {
  position: absolute;
  right: 25px;
  bottom: 30px;
  color: #00669A;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.xmzt_div11 ul li:nth-child(2n) {
  float: right;
}

.xmzt_div12 {
  background: url(../images/xmzt_bg7.jpg) no-repeat left top;
  padding: 45px 0;
}

.xmzt_div12 .home_tit {
  text-align: center;
  padding-bottom: 13px;
}

.xmzt_div12 .home_tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: #bababa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xmzt_div12 ul {
  margin-top: 20px;
}

.xmzt_div12 ul li {
  margin-right: 8px;
  float: left;
  width: 294px;
}

.xmzt_div12 ul li .img {
  width: 294px;
  height: 284px;
  position: relative;
}

.xmzt_div12 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div12 ul li .text {
  margin-top: 15px;
}

.xmzt_div12 ul li .text .bt {
  color: #1c1c1c;
  font-size: 16px;
}

.xmzt_div12 ul li .text .t {
  margin-top: 5px;
  color: #333333;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.xmzt_div12 ul li:nth-child(4n) {
  margin-right: 0;
}

.xmzt_div13 {
  background: url(../images/xmzt_bg8.jpg) no-repeat center center;
  height: 409px;
  padding: 28px 0 0;
}

.xmzt_div13 .home_tit {
  color: #fff;
}

.xmzt_div13 .home_tit span {
  color: #5f6e91;
}

.xmzt_div13 ul {
  margin-top: 20px;
}

.xmzt_div13 ul li {
  float: left;
  width: 588px;
  background: #fff;
  height: 292px;
  padding: 21px 22px 24px;
}

.xmzt_div13 ul li .img {
  display: block;
  float: left;
  width: 251px;
  height: 247px;
  position: relative;
}

.xmzt_div13 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div13 ul li .text {
  float: right;
  width: 293px;
  padding-left: 20px;
}

.xmzt_div13 ul li .text .bt {
  display: block;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
}

.xmzt_div13 ul li .text .t {
  color: #737373;
  font-size: 13px;
  line-height: 22px;
  margin-top: 20px;
}

.xmzt_div13 ul li:nth-child(2n) {
  float: right;
}

.xmzt_div14 {
  padding: 30px 0;
}

.xmzt_div14 .con_div {
  margin-top: 20px;
}

.xmzt_div14 .con_div .left {
  width: 434px;
}

.xmzt_div14 .con_div .left .img {
  width: 434px;
  height: 384px;
  position: relative;
}

.xmzt_div14 .con_div .left .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div14 .con_div .left .text {
  margin-top: 25px;
}

.xmzt_div14 .con_div .left .text .bt {
  color: #1a1a1a;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.xmzt_div14 .con_div .left .text .t {
  margin-top: 8px;
  color: #777;
  line-height: 22px;
}

.xmzt_div14 .con_div .right {
  width: 754px;
}

.xmzt_div14 .con_div .right ul li {
  margin-bottom: 7px;
  float: left;
  width: 100%;
  height: 282px;
  background: #f6f6f6;
}

.xmzt_div14 .con_div .right ul li .img {
  display: block;
  float: left;
  width: 305px;
  height: 282px;
  position: relative;
}

.xmzt_div14 .con_div .right ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div14 .con_div .right ul li .text {
  position: relative;
  height: 282px;
  float: right;
  width: 449px;
  padding: 30px 30px 0;
}

.xmzt_div14 .con_div .right ul li .text .bt {
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.xmzt_div14 .con_div .right ul li .text .t {
  margin-top: 8px;
  color: #666;
  line-height: 22px;
}

.xmzt_div14 .con_div .right ul li .text .more {
  position: absolute;
  left: 30px;
  bottom: 40px;
  color: #00669A;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.xmzt_div14 .con_div .right ul li:nth-child(2n) .img {
  float: right;
}

.xmzt_div14 .con_div .right ul li:nth-child(2n) .text {
  float: left;
}

.xmzt_div15 {
  padding-bottom: 30px;
}

.xmzt_div15 ul {
  margin-top: 20px;
}

.xmzt_div15 ul li {
  float: left;
  width: 296px;
  margin-right: 5px;
}

.xmzt_div15 ul li .img {
  display: block;
  width: 296px;
  height: 296px;
  position: relative;
}

.xmzt_div15 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xmzt_div15 ul li .bt {
  background: #000;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.xmzt_div15 ul li:last-child {
  margin-right: 0;
}

.xmzt_div16 {
  background: #172c57;
  padding: 35px 0 50px;
}

.xmzt_div16 .home_tit {
  color: #fff;
  border-bottom: 1px solid #2a3e68;
  padding-bottom: 16px;
}

.xmzt_div16 .home_tit span {
  color: #354973;
}

.xmzt_div16 ul {
  margin-top: 20px;
}

.xmzt_div16 ul li {
  float: left;
  margin-right: 10px;
  display: inline-block;
}

.xmzt_div16 ul li .t {
  color: #fff;
  font-size: 16px;
  float: left;
  display: inline-block;
  line-height: 40px;
  margin-right: 8px;
}

.xmzt_div16 ul li input {
  height: 40px;
  width: 199px;
  float: left;
  padding: 0 5px;
}

.xmzt_div16 ul li .t_yzm {
  width: 84px;
}

.xmzt_div16 ul li .yzm {
  float: left;
  width: 98px;
  height: 40px;
  display: block;
  margin-left: 5px;
}

.xmzt_div16 ul li .btn {
  float: right;
  background: #dd1721;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  border: none;
  width: 148px;
}

.xmzt_div16 ul li:last-child {
  margin-right: 0;
}

.video_div {
  padding-top: 28px;
}

.video_div .container {
  /* border: 1px solid #e6e6e6;
  margin: 15px auto 30px;
  padding: 26px 25px 10px; */
}

.video_div .container ul li {
  float: left;
  width: 366px;
  height: 460px;
  background: #fff;
  margin-right: 25px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.video_div .container ul li .img {
  position: relative;
  display: block;
  width: 366px;
  height: 286px;
}

.video_div .container ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video_div .container ul li .text {
  padding: 18px 20px;
}

.video_div .container ul li .text .bt {
  color: #0072ae;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.video_div .container ul li .text .t {
  color: #777777;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 5px;
}

.video_div .container ul li .text .data {
  color: #777777;
  margin-top: 5px;
}

.video_div .container ul li .text .more {
  margin-top: 10px;
  display: inline-block;
  float: right;
  color: #0072ae;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.video_div .container ul li:nth-child(3n) {
  margin-right: 0;
}

.video_div .axzd_more {
  text-align: center;
}

.video_div .axzd_more a {
  display: inline-block;
  background: url(../images/axzd_icon4.png) no-repeat left center;
  height: 36px;
  line-height: 36px;
  padding-left: 58px;
  color: #424242;
  font-size: 16px;
}

.video_div .w1200 {
  position: relative;
}

.video_div .w1200 .search_div {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
}

.video_div .w1200 .search_div .search_z {
  float: left;
  width: 166px;
  height: 36px;
  background: #14264e;
  border: 1px solid #d0d0d0;
  position: relative;
  margin-left: 6px;
}

.video_div .w1200 .search_div .search_z .ch {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.video_div .w1200 .search_div .search_z .ch:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 7px;
  background: url(../images/case_icon.jpg) no-repeat center center;
}

.video_div .w1200 .search_div .search_z .ch_con {
  display: none;
  border: 1px solid #d0d0d0;
  z-index: 999;
  position: absolute;
  right: -1px;
  top: 99%;
  width: 540px;
  background: #FFFFFF;
  padding: 5px 10px;
}

.video_div .w1200 .search_div .search_z .ch_con a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #444444;
  font-size: 14px;
  display: block;
  line-height: 24px;
  float: left;
  width: 20%;
  padding: 5px 10px;
  margin: 6px 0;
}

.video_div .w1200 .search_div .search_z .ch_con a:hover,
.video_div .w1200 .search_div .search_z .ch_con a.cur {
  color: #103219;
  background-color: #f1f1f1;
}

.video_div .w1200 .search_div .search_btn {
  width: 104px;
  height: 36px;
  background: #0a3d64;
  border: none;
  color: #fff;
}

.ymdz_div_con {
  background: url(../images/ymdz_bg.jpg) no-repeat center center;
  height: 299px;
  padding-top: 42px;
}

.ymdz_div_con h1 {
  text-align: center;
  color: #14254e;
  font-size: 33px;
  font-weight: normal;
}

.ymdz_div_con .name {
  text-align: center;
  color: #828282;
  text-transform: uppercase;
  margin-top: 5px;
}

.ymdz_div_con .ymdz_tit {
  width: 620px;
  margin: 36px auto 0;
  background: url(../images/ymdz_bg2.png) no-repeat center top;
}

.ymdz_div_con .ymdz_tit ul li {
  margin-top: 7px;
  float: left;
  width: 118px;
  text-align: center;
}

.ymdz_div_con .ymdz_tit ul li span {
  display: block;
  width: 77px;
  height: 77px;
  background: #14254e;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  font-family: arial;
  line-height: 77px;
  margin: 0 auto;
}

.ymdz_div_con .ymdz_tit ul li .t {
  color: #828282;
  font-size: 18px;
  margin-top: 18px;
}

.ymdz_div_con .ymdz_tit ul li.cur span {
  background: #dd1721;
}

.ymdz_div_con2 {
  background: #f5f5f5;
  padding: 34px 0 25px;
}

.ymdz_div_con2 .banners {
  margin: 10px auto 0;
}

.ymdz_div_con2 .ymdz_div {
  margin-top: 20px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.ymdz_div_con2 .ymdz_div .tit {
  line-height: 40px;
}

.ymdz_div_con2 .ymdz_div .tit h3 {
  float: left;
  max-width: 50%;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
}

.ymdz_div_con2 .ymdz_div .tit a {
  float: right;
  width: 146px;
  height: 40px;
  border: 1px solid #dadada;
  background: #f6f6f6 url(../images/ymdz_icon.png) no-repeat 15px center;
  padding-left: 46px;
  border-radius: 10px;
  color: #14254e;
}

.ymdz_div_con2 .ymdz_div .con {
  margin-top: 25px;
}

.ymdz_div_con2 .ymdz_div .con .t {
  color: #333333;
  line-height: 36px;
  border-bottom: 1px solid #eeeeee;
}

.ymdz_div_con2 .ymdz_div .con .t span {
  display: block;
  float: left;
  width: 30%;
}

.ymdz_div_con2 .ymdz_div .con .t:last-child {
  border-bottom: none;
}

.ymdz_div_con2 .ymdz_div2 {
  margin-top: 30px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.ymdz_div_con2 .ymdz_div2 .tit {
  color: #333333;
  font-size: 22px;
}

.ymdz_div_con2 .ymdz_div2 .tit span {
  color: #00669a;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t {
  margin-top: 20px;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table {
  border: 1px solid #dadada;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr {
  border: 1px solid #dadada;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr td {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777777;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr td h1 {
  float: left;
  width: auto;
  font-weight: normal;
  color: #00669a;
  font-size: 22px;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr td .mo {
  margin-top: 10px;
  display: inline-block;
  margin-left: 30px;
  color: #00669a;
  font-size: 14px;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr td span {
  color: #333333;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr td img {
  vertical-align: top;
  margin-right: 6px;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr td .yw {
  color: #dd1721;
  font-size: 47px;
  font-family: arial;
  font-weight: bold;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr td .d {
  color: #b8b8b8;
  font-size: 14px;
  margin-bottom: 25px;
}

.ymdz_div_con2 .ymdz_div2 .ymdz_div2_t .table tr td .mor {
  display: block;
  width: 154px;
  height: 46px;
  background: #0578b3;
  color: #fff;
  font-size: 17px;
  line-height: 46px;
  margin-top: 6px;
  border-radius: 10px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div {
  margin-top: 18px;
  padding-bottom: 5px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li {
  border: 1px solid #e6e6e6;
  padding: 0 22px 0 34px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .bt {
  height: 50px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 49px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .bt em {
  margin-top: 13px;
  line-height: 21px;
  float: left;
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .bt .s1 {
  float: left;
  display: inline-block;
  color: #333333;
  font-size: 14px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .bt .s2 {
  float: left;
  display: inline-block;
  color: #888888;
  font-size: 14px;
  margin-left: 30px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .bt .more {
  display: block;
  width: 20px;
  height: 12px;
  background: url(../images/ymdz_icon6.jpg) no-repeat center center;
  float: right;
  margin-top: 20px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div {
  display: none;
  margin: 10px 0 13px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables tr td {
  color: #888888;
  font-size: 14px;
  padding: 13px 0;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables tr td span {
  color: #333333;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables tr td img {
  margin-right: 10px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables tr td a {
  float: right;
  color: #005da5;
  font-size: 14px;
  display: inline-block;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables_n {
  border: 1px solid #eeecec;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables_n tr {
  border: 1px solid #eeecec;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables_n tr td {
  border: 1px solid #eeecec;
  color: #888888;
  padding: 15px 20px;
  font-size: 14px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables_n tr td span {
  color: #333333;
  font-size: 14px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .tables_n tr td em {
  font-style: normal;
  color: #ff0000;
  font-size: 24px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .manfen {
  margin-top: 10px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .manfen span {
  color: #c8c4c4;
  font-size: 14px;
  background: url(../images/xmpp_bg12.jpg) no-repeat left center;
  padding-left: 27px;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .more_b {
  float: right;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li .text_div .more_b a {
  color: #005da5;
  font-size: 14px;
  display: inline-block;
}

.ymdz_div_con2 .ymdz_div2 .xmpp_show_div ul li.on .bt .more {
  background: url(../images/ymdz_icon7.jpg) no-repeat center center;
}

.ymdz_div3 {
  margin-top: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.ymdz_div3 .tit {
  line-height: 46px;
  padding: 0 40px;
  color: #00669a;
  font-size: 22px;
}

.ymdz_div3 .tit a {
  display: inline-block;
  float: right;
  width: 133px;
  height: 46px;
  border: 1px solid #dadada;
  line-height: 44px;
  border-radius: 10px;
  color: #14254e;
  font-size: 16px;
  background: #f6f6f6;
  text-align: center;
}

.ymdz_div3 ul li {
  float: left;
  width: 100%;
  padding: 25px 40px;
  border-bottom: 1px solid #eeeeee;
}

.ymdz_div3 ul li .t {
  color: #333333;
}

.ymdz_div3 ul li .con {
  margin-top: 20px;
  margin-left: 22px;
  float: left;
}

.ymdz_div3 ul li .con a {
  display: inline-block;
  float: left;
  background: url(../images/ymdz_icon8.jpg) no-repeat left 5px;
  line-height: 24px;
  color: #333333;
  padding-left: 25px;
  min-width: 215px;
}

.ymdz_div3 ul li .con .a1 {
  max-width: 417px;
  margin-bottom: 20px;
}

.ymdz_div3 ul li .con .a2 {
  margin-left: 150px;
}

.ymdz_div3 ul li:last-child {
  border-bottom: none;
}

.ymdz_div4 {
  margin-top: 30px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.ymdz_div4 .tit {
  line-height: 46px;
  padding: 0 40px;
  color: #00669a;
  font-size: 22px;
}

.ymdz_div4 .ymdz_d {
  border-bottom: 1px solid #ececec;
  padding: 42px 40px 25px;
}

.ymdz_div4 .ymdz_d .left {
  margin-left: 118px;
  width: 50%;
  float: left;
}

.ymdz_div4 .ymdz_d .left .t {
  line-height: 40px;
  color: #429212;
  font-size: 22px;
}

.ymdz_div4 .ymdz_d .left .t img {
  margin-right: 11px;
  vertical-align: top;
}

.ymdz_div4 .ymdz_d .left .d {
  color: #777777;
  font-size: 16px;
  padding-left: 51px;
}

.ymdz_div4 .ymdz_d .right {
  float: left;
  width: 27%;
}

.ymdz_div4 .ymdz_d .right a {
  display: inline-block;
  float: right;
  width: 133px;
  height: 46px;
  border: 1px solid #dadada;
  line-height: 44px;
  border-radius: 10px;
  color: #14254e;
  font-size: 16px;
  background: #f6f6f6;
  text-align: center;
}

.ymdz_div4 .ymdz_btn {
  margin-top: 30px;
  padding-left: 338px;
}

.ymdz_div4 .ymdz_btn a {
  margin-right: 7px;
  padding-top: 9px;
  width: 230px;
  height: 62px;
  background: #dd1721;
  display: inline-block;
  float: left;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}

.ymdz_div4 .ymdz_btn a span {
  display: block;
}

.ymdz_div4 .ymdz_btn .yy {
  background: #0578b3;
}

.team_container {
  margin-bottom: 30px;
}

.team_container ul li {
  width: 228px;
  float: left;
  margin-right: 15px;
  margin-top: 22px;
}

.team_container ul li a {
  display: block;
}

.team_container ul li a .img {
  width: 228px;
  height: 271px;
  position: relative;
}

.team_container ul li a .img .dz {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 15px;
  height: 27px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}

.team_container ul li a .img .dz span {
  background: url(../images/icon17.png) no-repeat left center;
  display: inline-block;
  padding-left: 15px;
}

.team_container ul li a .text {
  padding-top: 15px;
}

.team_container ul li a .text .name {
  position: relative;
  color: #333333;
  font-size: 16px;
}

.team_container ul li a .text .name span {
  position: absolute;
  right: 0;
  top: 0;
  color: #f20f0f;
  font-size: 12px;
  height: 21px;
  border: 1px solid #f20f0f;
  padding: 0 10px;
  line-height: 19px;
}

.team_container ul li a .text .t {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 8px;
  color: #666666;
  font-size: 13px;
}

.team_container ul li:nth-child(5n) {
  margin-right: 0;
}

.tc_tiwen {
  display: none;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  text-align: center;
}

.tc_tiwen .box {
  background: #14254e;
  width: 520px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

.tc_tiwen .box .guanbi {
  position: absolute;
  right: 10px;
  top: -44px;
  width: 63px;
  height: 44px;
  cursor: pointer;
}

.tc_tiwen .box .text_con {
  padding-top: 45px;
  padding-bottom: 20px;
}

.tc_tiwen .box .text_con ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.tc_tiwen .box .text_con ul li .t {
  text-align: right;
  padding-right: 10px;
  width: 128px;
  float: left;
  color: #fff;
  line-height: 38px;
  font-size: 18px;
}

.tc_tiwen .box .text_con ul li input {
  line-height: 36px;
  width: 340px;
  height: 38px;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  font-size: 14px;
}

.tc_tiwen .box .text_con ul li textarea {
  font-size: 14px;
  height: 120px;
  width: 340px;
  background: #fff;
  border: none;
  padding: 8px 20px;
  font-family: "微软雅黑";
}

.tc_tiwen .box .text_con ul li .btn {
  margin-top: 5px;
  width: 140px;
  height: 52px;
  display: block;
  background: #dd1721;
  border-radius: 10px;
  text-align: center;
  line-height: 52px;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
}

.tc_tiwen .box .text_con ul li .btn1 {
  background: #1663c3;
}

.tc_tiwen .box .text_con ul li .kongjian {
  width: 340px;
  height: 38px;
  background: #fff;
  position: relative;
}

.tc_tiwen .box .text_con ul li .kongjian .ch {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  color: #adadad;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.tc_tiwen .box .text_con ul li .kongjian .ch:before {
  content: "";
  position: absolute;
  right: 22px;
  top: 17px;
  width: 14px;
  height: 9px;
  background: url(../images/guanbi2.jpg) no-repeat center center;
}

.tc_tiwen .box .text_con ul li .kongjian .ch_con {
  display: none;
  border-top: 1px solid #333;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
}

.tc_tiwen .box .text_con ul li .kongjian .ch_con a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
  color: #444444;
  font-size: 14px;
  display: block;
  line-height: 26px;
}

.tc_tiwen .box .text_con ul li .kongjian .ch_con a:hover {
  color: #103219;
}

.tc_tiwen .box .text_con ul li .te input {
  width: 107px;
  float: left;
  margin-right: 4px;
}

.tc_tiwen .box .text_con ul li .te a {
  display: block;
  float: left;
  width: 97px;
  height: 38px;
}

.tc_tiwen .box+i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.yzym_div ul li {
  margin-right: 138px;
  width: 196px;
}

.yzym_div ul li:last-child {
  margin-right: 0;
}

.yzym_div2 {
  background: url(../images/yzym_bg.jpg) no-repeat center bottom;
  height: 758px;
}

.yzym_div2 dl {
  margin-top: 26px;
}

.yzym_div2 dl dt ul li .text {
  padding: 26px 24px 26px 78px;
}

.yzym_div3 {
  background: url(../images/yzym_bg2.jpg) no-repeat center center;
}

.ymdz_div5 {
  margin-top: 30px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px 0 50px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.ymdz_div5 .tit {
  border-bottom: 1px solid #eeeeee;
  color: #333333;
  font-size: 22px;
  padding: 0 40px 12px;
}

.ymdz_div5 .ymdz_gl_t {
  padding: 30px 40px;
  border-bottom: 1px solid #eeeeee;
}

.ymdz_div5 .ymdz_gl_t .t {
  color: #333333;
  font-size: 16px;
  float: left;
  width: 198px;
}

.ymdz_div5 .ymdz_gl_t .t i {
  color: #dd1721;
  font-style: normal;
}

.ymdz_div5 .ymdz_gl_t .ymdz_gl_d {
  float: left;
  width: 886px;
}

.ymdz_div5 .ymdz_gl_t .ymdz_gl_d .ymdz_a a {
  width: 119px;
  height: 43px;
  border: 1px solid #e5e5e5;
  display: block;
  float: left;
  text-align: center;
  line-height: 41px;
  color: #333333;
  margin-bottom: 5px;
  margin-right: 8px;
}

.ymdz_div5 .ymdz_gl_t .ymdz_gl_d .ymdz_a a:nth-child(7n) {
  margin-right: 0;
}

.ymdz_div5 .ymdz_gl_t .ymdz_gl_d .ymdz_a a.cur,
.ymdz_div5 .ymdz_gl_t .ymdz_gl_d .ymdz_a a:hover {
  border: 1px solid #dd1721;
  color: #dd1721;
  background: url(../images/ymdz_icon10.png) no-repeat right bottom;
}

.ymdz_div5 .ymdz_gl_t .ymdz_gl_d .ymdz_a1 a {
  width: 205px;
  margin-right: 21px;
}

.ymdz_div5 .ymdz_gl_t .ymdz_gl_d .ymdz_a1 a:nth-child(4n) {
  margin-right: 0;
}

.ymdz_div5 .ymdz_gl_t .ymdz_gl_d .ymdz_a1 a:nth-child(7n) {
  margin-right: 22px;
}

.ymdz_div5 .ymdz_gl_t .ymdz_gl_d .d {
  margin-top: 5px;
  color: #777777;
}

.ymdz_div5 .ymdz_gl_con {
  padding: 30px 40px;
  border-bottom: 1px solid #eeeeee;
}

.ymdz_div5 .ymdz_gl_con li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.ymdz_div5 .ymdz_gl_con li .t {
  color: #333333;
  font-size: 16px;
  float: left;
  line-height: 56px;
  width: 198px;
}

.ymdz_div5 .ymdz_gl_con li .t i {
  color: #dd1721;
  font-style: normal;
}

.ymdz_div5 .ymdz_gl_con li .iput {
  float: left;
  width: auto;
  height: 56px;
  background: #fff;
  border: 1px solid #d0d0d0;
  position: relative;
  padding: 10px;
  margin-right: 10px;
}

.ymdz_div5 .ymdz_gl_con li #getMobileCode {
  float: left;
  padding: 10px 0;
  line-height: 36px;
  background-color: #14254e;
  color: #fff;
  width: 10em;
  text-align: center;
}

.ymdz_div5 .ymdz_gl_con li .search_z {
  float: left;
  width: 534px;
  height: 56px;
  background: #fff;
  border: 1px solid #d0d0d0;
  position: relative;
  margin-left: 6px;
  margin-left: 0;
}

.ymdz_div5 .ymdz_gl_con li .search_z .ch {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
  color: #adadad;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.ymdz_div5 .ymdz_gl_con li .search_z .ch:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url(../images/ymdz_icon11.jpg) no-repeat center center;
}

.ymdz_div5 .ymdz_gl_con li .search_z .ch_con {
  display: none;
  border: 1px solid #d0d0d0;
  z-index: 999;
  position: absolute;
  left: -1px;
  top: 101%;
  width: 534px;
  background: #FFFFFF;
  padding: 5px 10px;
}

.ymdz_div5 .ymdz_gl_con li .search_z .ch_con a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #444444;
  font-size: 14px;
  display: block;
  line-height: 24px;
}

.ymdz_div5 .ymdz_gl_con li .search_z .ch_con a:hover {
  color: #103219;
}

.ymdz_div5 .ymdz_gl_con li .dt {
  line-height: 56px;
  color: #c6c6c6;
  float: left;
  width: auto;
  padding-left: 15px;
}

.ymdz_div5 .ymdz_gl_con li:last-child {
  margin-bottom: 0;
}

.ymdz_div5 .btn_con {
  margin-top: 40px;
  text-align: center;
}

.ymdz_div5 .btn_con .btn {
  width: 205px;
  height: 58px;
  background: #dd1721;
  border-radius: 9px;
  color: #fff;
  font-size: 24px;
  border: none;
}

.touzi_div {
  background: url(../images/touzi_bg.jpg) no-repeat center center #233156;
  min-height: 690px;
  padding: 40px 0;
}

.touzi_div .home_tit {
  color: #fff;
}

.touzi_div .home_tit span {
  color: #dedede;
}

.touzi_div .rmgj ul {
  margin-top: 18px;
}

.touzi_div .rmgj ul li {
  margin-right: 2px;
  float: left;
  width: 238px;
  height: 237px;
  position: relative;
  overflow: hidden;
}

.touzi_div .rmgj ul li .img {
  width: 238px;
  height: 237px;
  position: relative;
}

.touzi_div .rmgj ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.touzi_div .rmgj ul li .bt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.touzi_div .rmgj ul li:last-child {
  margin-right: 0;
}

.touzi_div .qtgj {
  margin-top: 45px;
}

.touzi_div .qtgj .qtgj_div {
  margin-top: 18px;
}

.touzi_div .qtgj .qtgj_div .table_tit {
  width: 116px;
  float: left;
}

.touzi_div .qtgj .qtgj_div .table_tit a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  background: #14254e;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 4px;
}

.touzi_div .qtgj .qtgj_div .table_tit a:before {
  display: none;
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -5.5px;
  width: 9px;
  height: 11px;
  background: url(../images/tz_icon.png) no-repeat center center;
}

.touzi_div .qtgj .qtgj_div .table_tit a.cur,
.touzi_div .qtgj .qtgj_div .table_tit a:hover {
  background: #dd1721;
}

.touzi_div .qtgj .qtgj_div .table_tit a.cur:before,
.touzi_div .qtgj .qtgj_div .table_tit a:hover:before {
  display: block;
}

.touzi_div .qtgj .qtgj_div .table_con {
  float: right;
  width: 1068px;
  min-height: 216px;
  background: #ececec;
  padding: 24px 22px 0;
}

.touzi_div .qtgj .qtgj_div .table_con ul li {
  float: left;
  width: 96px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

.touzi_div .qtgj .qtgj_div .table_con ul li .img {
  width: 96px;
  height: 50px;
  position: relative;
}

.touzi_div .qtgj .qtgj_div .table_con ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.touzi_div .qtgj .qtgj_div .table_con ul li .bt {
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 7px;
}

.touzi_div .qtgj .qtgj_div .table_con ul li:nth-child(9n) {
  margin-right: 0;
}

.touzi_div2 {
  padding: 50px 0 0;
}

.touzi_div2 .home_tit {
  text-align: center;
}

.touzi_div2 .m_qz {
  margin-top: 27px;
  text-align: center;
}

.touzi_div2 .m_qz span {
  display: inline-block;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #333333;
  font-size: 18px;
  background: #f6f6f6;
  padding: 0 18px;
  position: relative;
  cursor: pointer;
}

.touzi_div2 .m_qz span:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 15px;
  height: 12px;
  margin-left: -7.5px;
  background: url(../images/meiguo_icon4.png) no-repeat center center;
}

.touzi_div2 .m_qz span.cur {
  background: #dd1721;
  color: #fff;
}

.touzi_div2 .m_qz span.cur:before {
  display: block;
}

.touzi_div2 dl {
  margin-top: 30px;
}

.touzi_div2 dl dt {
  width: 604px;
  height: 300px;
  background: #f6f6f6;
  padding: 55px 36px 0;
}

.touzi_div2 dl dt .t {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}

.touzi_div2 dl dt .t_con {
  margin-top: 45px;
}

.touzi_div2 dl dt .t_con span {
  cursor: pointer;
  display: block;
  float: left;
  text-align: left;
  border: 1px solid #c0c0c0;
  height: 35px;
  line-height: 32px;
  margin-right: 13px;
  color: #333232;
  background: url(../images/tz_icon2.jpg) no-repeat 20px center;
  padding: 0 20px 0 33px;
}

.touzi_div2 dl dt .t_con span.cur,
.touzi_div2 dl dt .t_con span:hover {
  border: 1px solid #00669a;
  color: #00669a;
  background: url(../images/tz_icon3.jpg) no-repeat 20px center;
}

.touzi_div2 dl dd {
  width: 591px;
  height: 300px;
}

.g_ymdz_div .ymdz_tit {
  width: 593px;
  margin: 36px auto 0;
  background: url(../images/ymdz_bg2.png) no-repeat left top;
}

.g_ymdz_div .ymdz_tit ul li {
  margin-top: 7px;
  float: left;
  width: 118px;
  text-align: center;
}

.g_ymdz_div .ymdz_tit ul li span {
  display: block;
  width: 77px;
  height: 77px;
  background: #14254e;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  font-family: arial;
  line-height: 77px;
  margin: 0 auto;
}

.g_ymdz_div .ymdz_tit ul li .t {
  color: #828282;
  font-size: 18px;
  margin-top: 18px;
}

.g_ymdz_div .ymdz_tit ul li.cur span {
  background: #dd1721;
}

.g_ymdz_div2 {
  margin-top: 30px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px 0 50px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.g_ymdz_div2 .tit {
  color: #333333;
  font-size: 22px;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 55px 15px;
}

.g_ymdz_div2 ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding: 30px 55px;
}

.g_ymdz_div2 ul li .bt {
  color: #333333;
  font-size: 18px;
  background: url(../images/g_ym1.jpg) no-repeat left center;
  padding-left: 13px;
}

.g_ymdz_div2 ul li .text {
  margin-top: 15px;
}

.g_ymdz_div2 ul li .text .con_g {
  margin-bottom: 10px;
}

.g_ymdz_div2 ul li .text .con_g .d {
  width: 185px;
  float: left;
  color: #333333;
  font-size: 16px;
}

.g_ymdz_div2 ul li .text .con_g span {
  display: inline-block;
  float: left;
  color: #333333;
}

.g_ymdz_div2 ul li .text .con_g a {
  display: inline-block;
  float: left;
  color: #00669a;
  margin-left: 10px;
}

.g_ymdz_div2 ul li ol {
  margin-top: 15px;
}

.g_ymdz_div2 ul li ol li {
  padding: 0;
  margin-bottom: 20px;
  border-bottom: none;
}

.g_ymdz_div2 ul li ol li .d {
  width: 185px;
  float: left;
  line-height: 56px;
  color: #333333;
  font-size: 16px;
}

.g_ymdz_div2 ul li ol li .d i {
  font-style: normal;
  color: #dd1721;
}

.g_ymdz_div2 ul li ol li .g_t {
  float: left;
  width: 900px;
}

.g_ymdz_div2 ul li ol li .g_t input {
  float: left;
  width: 534px;
  height: 56px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  padding: 0 15px;
}

.g_ymdz_div2 ul li ol li .g_t .search_z {
  float: left;
  width: 534px;
  height: 56px;
  background: #fff;
  border: 1px solid #d0d0d0;
  position: relative;
}

.g_ymdz_div2 ul li ol li .g_t .search_z .ch {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 15px;
  color: #666;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.g_ymdz_div2 ul li ol li .g_t .search_z .ch:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url(../images/ymdz_icon11.jpg) no-repeat center center;
}

.g_ymdz_div2 ul li ol li .g_t .search_z .ch_con {
  display: none;
  border: 1px solid #d0d0d0;
  z-index: 999;
  position: absolute;
  left: -1px;
  top: 101%;
  width: 100%;
  background: #FFFFFF;
  padding: 5px 15px;
}

.g_ymdz_div2 ul li ol li .g_t .search_z .ch_con a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #444444;
  font-size: 14px;
  display: block;
  line-height: 24px;
}

.g_ymdz_div2 ul li ol li .g_t .search_z .ch_con a:hover {
  color: #103219;
}

.g_ymdz_div2 ul li ol li .g_t .g_search {
  width: 262px;
}

.g_ymdz_div2 ul li ol li .g_t .g_tit {
  line-height: 56px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.g_ymdz_div3 {
  margin-top: 30px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px 55px 50px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.g_ymdz_div3 .tit {
  text-align: center;
  color: #333333;
  font-size: 22px;
}

.g_ymdz_div3 .g_ymdz_d {
  margin-top: 30px;
  width: 100%;
  height: 360px;
  border: 1px solid #e3e3e3;
  overflow-y: auto;
  padding: 30px;
}

.g_ymdz_div3 .g_ymdz_d h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 22px;
}

.g_ymdz_div3 .g_ymdz_d .container {
  margin-top: 30px;
  padding-bottom: 30px;
}

.g_ymdz_div3 .sm_g {
  border: 1px solid #e4e4e4;
  color: #dd1721;
  line-height: 30px;
  padding: 30px;
}

.g_ymdz_div4 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

.g_ymdz_div4 .btn_g {
  text-align: right;
}

.g_ymdz_div4 .btn_g span {
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  background: url(../images/g_ym2.jpg) no-repeat left center;
  padding-left: 25px;
}

.g_ymdz_div4 .btn {
  margin-top: 16px;
  background: #dd1721;
  border: none;
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding: 0 25px;
  border-radius: 10px;
  font-family: "microsoft yahei", "STXihei";
  font-size: 16px;
}

.tz_show_container {
  padding: 36px 22px;
}

.tz_show_container .tztop dt {
  width: 368px;
}

.tz_show_container .tztop dd {
  padding-top: 35px;
  width: 400px;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 30px;
}

.tz_show_container .tzcon {
  margin-top: 30px;
}

.tz_show_container .tzcon .tit {
  border-bottom: 1px solid #e3e3e3;
  color: #0072ae;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  position: relative;
}

.tz_show_container .tzcon .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 2px;
  background: #0072ae;
}

.tz_show_container .tzcon .t {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 26px;
}

.tz_case {
  margin-top: 30px;
}

.tz_case .tit {
  border-bottom: 1px solid #e3e3e3;
  color: #0072ae;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  position: relative;
}

.tz_case .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 2px;
  background: #0072ae;
}

.tz_case ol {
  margin-top: -10px;
}

.tz_case ol li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 25px 0;
}

.tz_case ol li .img {
  display: block;
  width: 249px;
  height: 249px;
  float: left;
  position: relative;
}

.tz_case ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tz_case ol li .text {
  float: right;
  width: 600px;
}

.tz_case ol li .text .bt {
  display: block;
  color: #0072ae;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tz_case ol li .text .t {
  margin-top: 20px;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 25px;
  height: 150px;
  overflow: hidden;
}

.tz_case ol li .text .more {
  color: #0072ae;
  font-size: 14px;
}

.tz_case ol li:last-child {
  border-bottom: none;
}

.gjleb_div {
  margin: 30px 0 75px;
}

.gjleb_div .gjleb_list {
  min-height: 102px;
}

.gjleb_div .gjleb_list .bt {
  color: #14254e;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  padding-left: 21px;
  position: relative;
}

.gjleb_div .gjleb_list .bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 22px;
  background: #14254e;
}

.gjleb_div .gjleb_list ul {
  min-height: 56px;
}

.gjleb_div .gjleb_list ul li {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.gjleb_div .gjleb_list ul li span {
  display: inline-block;
  float: left;
  width: 100px;
  text-align: right;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}

.gjleb_div .gjleb_list ul li div {
  float: left;
  width: 1100px;
}

.gjleb_div .gjleb_list ul li div a {
  display: block;
  float: left;
  line-height: 24px;
  color: #777777;
  margin: 0 20px;
}

.gjleb_div .gjleb_list ul li div a:hover,
.gjleb_div .gjleb_list ul li div a.cur {
  color: #dd1721;
}

.gjleb_div .gjleb_table {
  float: left;
  margin-top: 25px;
}

.gjleb_div .gjleb_table .bt {
  color: #14254e;
  font-size: 18px;
}

.gjleb_div .gjleb_table ul {
  margin-top: 15px;
}

.gjleb_div .gjleb_table ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.gjleb_div .gjleb_table ul li table tr td {
  color: #333333;
  font-size: 16px;
  padding: 15px 20px;
}

.gjleb_div .gjleb_table ul li table tr td p {
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
}

.gjleb_div .gjleb_table ul li table tr td table tr td {
  padding: 5px 0;
}

.gjleb_div .gjleb_table ul li table tr td table tr td a {
  color: #454545;
}

.gjleb_div .gjleb_table ul li table tr td table tr td a:hover {
  color: #dd1721;
}

.gjleb_div .gjleb_table ul li table tr td table tr:nth-child(2n) {
  background: none;
}

.gjleb_div .gjleb_table ul li table tr:nth-child(2n) {
  background: #fafafa;
}

.ax_show_container {
  padding: 36px 22px 40px;
  font-size: 14px;
  line-height: 26px;
}

.ax_show_container .tbt {
  line-height: 27px;
}

.ax_show_container .tbt img {
  float: left;
  margin-right: 10px;
}

.ax_show_container .show_ax {
  margin-top: 40px;
  float: right;
  width: 209px;
  height: 42px;
  border: 1px solid #14254e;
  line-height: 40px;
  border-radius: 5px;
}

.ax_show_container .show_ax a {
  display: block;
  float: left;
  width: 50%;
  color: #999999;
  position: relative;
  font-size: 18px;
}

.ax_show_container .show_ax a:first-child {
  background: url(../images/show_ax_icon6.png) no-repeat 23px center;
  padding-left: 62px;
}

.ax_show_container .show_ax a:first-child:hover {
  background: url(../images/show_ax_icon4.png) no-repeat 23px center;
}

.ax_show_container .show_ax a:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 26px;
  background: #b3b3b3;
}

.ax_show_container .show_ax a:last-child {
  background: url(../images/show_ax_icon3.png) no-repeat 29px center;
  padding-left: 68px;
}

.ax_show_container .show_ax a:last-child:hover {
  background: url(../images/show_ax_icon5.png) no-repeat 29px center;
}

.ax_show_container .show_ax a:hover {
  color: #14254e;
}

.rmtw ul {
  padding-bottom: 30px;
}

.rmtw ul li {
  padding: 0 22px;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  border-bottom: 1px solid #e6e6e6;
}

.rmtw ul li a {
  display: block;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/**20161125**/

.dingzhi_text {
  margin-top: 25px;
  margin-bottom: 40px;
}

.dingzhi_text dl dt {
  width: 395px;
}

.dingzhi_text dl dt .dz_con {
  width: 395px;
}

.dingzhi_text dl dt .dz_con ul {
  width: 395px;
  height: 370px;
}

.dingzhi_text dl dt .dz_con ul li {
  width: 100%;
  float: left;
  height: 370px;
  overflow: hidden;
}

.dingzhi_text dl dd {
  width: 476px;
  position: relative;
}

.dingzhi_text dl dd .psuccess {
  position: absolute;
  right: 0;
  top: -20px;
}

.dingzhi_text dl dd h1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  color: #333333;
  font-size: 28px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 18px;
}

.dingzhi_text dl dd .fangchan_box {
  margin-top: 8px;
}

.dingzhi_text dl dd .fangchan_box p {
  color: #434343;
  font-size: 14px;
  line-height: 26px;
}

.dingzhi_text dl dd .fangchan_box p span {
  color: #999999;
}

.dingzhi_text dl dd .ym_fx {
  margin-top: 20px;
  position: relative;
}

.dingzhi_text dl dd .ym_fx a {
  display: inline-block;
  float: left;
  color: #626262;
  font-size: 18px;
  padding-left: 27px;
}

.dingzhi_text dl dd .ym_fx .zxzx {
  background: url(../images/ym_bg.png) no-repeat left center;
}

.dingzhi_text dl dd .ym_fx .xwfx {
  background: url(../images/ym_bg2.png) no-repeat left center;
  margin-left: 55px;
}

#g-div-xmxq {
  margin-top: 0;
  text-align: left;
}

#g-div-xmxq a {
  margin-right: 5px;
  width: auto;
  padding: 0 25px;
}

.g-dl-con {
  margin-top: 15px;
}

.g-dl-con dt {
  width: 395px;
  float: left;
}

.g-dl-con dd {
  width: 420px;
  float: right;
}

.g-dl-con dd h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.g-div-sousuo {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 16px;
}

.g-div-sousuo a {
  border: 1px solid #e6e6e6;
  display: block;
  float: left;
  padding: 10px 20px;
  margin-right: 5px;
}

.g-div-sousuo a:hover,
.g-div-sousuo a.cur {
  color: #fff;
  background: #0072ae;
  border: 1px solid #0072ae;
}

.video_div .container ul li .text .bt span,
.video_div .container ul li .text .t span {
  color: #ff0000;
}

.tc-div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  margin-top: -161px;
  margin-left: -259px;
  width: 518px;
  height: 322px;
  background: url(../images/tc-yd.png) no-repeat center center;
  padding: 12px 25px 0;
}

.tc-div .guanbi {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.tc-div h1 {
  color: #1294d7;
  font-size: 20px;
}

.tc-div h3 {
  color: #767676;
  font-size: 20px;
  font-weight: normal;
}

.tc-div .tc-div-con {
  margin-top: 12px;
}

.tc-div .tc-div-con li {
  text-align: center;
  width: 152px;
  height: 190px;
  background: #fff;
  border-radius: 5px;
  float: left;
  padding: 15px 7px 0;
  margin-right: 6px;
}

.tc-div .tc-div-con li:last-child {
  margin-right: 0;
}

.tc-div .tc-div-con li h4 {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: normal;
}

.tc-div .tc-div-con li h4 span {
  font-weight: bold;
  display: block;
  color: #1294d7;
}

.tc-div .tc-div-con li .img {
  margin-top: 12px;
}

.tc-div .tc-div-con li a {
  margin-top: 10px;
  display: block;
  background: #1294d7;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  color: #fff;
}

.tc-div .tc-ol-con {
  margin-top: 10px;
}

.tc-div .tc-ol-con li {
  width: 109px;
  height: 33px;
  background: #1294d7;
  border-radius: 3px;
  float: left;
  padding: 0 13px;
  line-height: 33px;
  margin-right: 10px;
  white-space: nowrap;
}

.tc-div .tc-ol-con li:last-child {
  margin-right: 0;
}

.tc-div .tc-ol-con li img {
  vertical-align: top;
  margin-top: 5px;
  margin-right: 6px;
}

.tc-div .tc-ol-con li a {
  color: #fff;
}

.tc-div .tc-ol-con li:first-child {
  background: #dd1721;
}

.jsym_div {
  background: url(../images/jsym_img1.jpg) no-repeat center center;
  height: 631px;
  padding-top: 40px;
}

.jsym_div .home_tit {
  text-align: center;
  color: #fff;
}

.jsym_div .home_tit span {
  color: #dedede;
}

.jsym_div .m_qz {
  text-align: center;
  margin-top: 25px;
}

.jsym_div .m_qz span {
  display: inline-block;
  width: 116px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #333333;
  font-size: 18px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.jsym_div .m_qz span:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 15px;
  height: 12px;
  margin-left: -7.5px;
  background: url(../images/meiguo_icon4.png) no-repeat center center;
}

.jsym_div .m_qz span.cur {
  background: #dd1721;
  color: #fff;
}

.jsym_div .m_qz span.cur:before {
  display: block;
}

.jsym_div dl {
  margin-top: 35px;
}

.jsym_div dl dt {
  float: left;
  width: 598px;
  height: 398px;
}

.jsym_div dl dd {
  float: right;
  width: 602px;
  height: 398px;
  background: #f6f6f6;
  padding: 75px 46px 0;
}

.jsym_div dl dd h3 {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

.jsym_div dl dd .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}

.jsym_div2 {
  padding: 40px 0 20px;
}

.jsym_div2 .home_tit {
  text-align: center;
}

.jsym_div2 .m_qz {
  text-align: center;
  margin-top: 25px;
}

.jsym_div2 .m_qz span {
  display: inline-block;
  width: 116px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #333333;
  font-size: 18px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.jsym_div2 .m_qz span:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 15px;
  height: 12px;
  margin-left: -7.5px;
  background: url(../images/meiguo_icon4.png) no-repeat center center;
}

.jsym_div2 .m_qz span.cur {
  background: #dd1721;
  color: #fff;
}

.jsym_div2 .m_qz span.cur:before {
  display: block;
}

.jsym_div2 ol {
  margin-top: 35px;
}

.jsym_div2 ol li {
  float: left;
  width: 100%;
  background: #f6f6f6;
  margin-bottom: 10px;
}

.jsym_div2 ol li .img {
  float: left;
  width: 290px;
  height: 284px;
  position: relative;
}

.jsym_div2 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.jsym_div2 ol li .text {
  float: right;
  width: 910px;
  padding: 30px 50px 0;
}

.jsym_div2 ol li .text h3 {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}

.jsym_div2 ol li .text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.jsym_div2 ol li .text .more {
  display: inline-block;
  float: right;
  background: url(../images/icon6.png) no-repeat right center;
  color: #0072ae;
  margin-top: 25px;
  padding-right: 20px;
}

.jsym_div2 ol li .text .tit_div {
  margin-top: 25px;
}

.jsym_div2 ol li .text .tit_div a {
  display: block;
  float: left;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin-right: 3px;
  min-width: 132px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
}

.jsym_div2 ol li .text .tit_div a.cur {
  color: #fff;
  background: #dd1721;
}

.jsym_div2 ol li .text .tit_div a:last-child {
  margin-right: 0;
}

.jsym_div3 {
  background: url(../images/jsym_bg.jpg) no-repeat center center;
  height: 331px;
  padding-top: 40px;
}

.jsym_div3 .home_tit {
  text-align: center;
}

.jsym_div3 .home_tit span {
  display: block;
}

.jsym_div3 ol {
  margin-top: 30px;
  margin-left: 240px;
  width: 784px;
}

.jsym_div3 ol li {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0;
  position: relative;
  float: left;
  padding-left: 20px;
  width: 326px;
}

.jsym_div3 ol li:nth-child(2n) {
  float: right;
}

.jsym_div3 ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #00669a;
}

.jsym_div4 {
  padding: 30px 0 40px;
}

.jsym_div4 .text_div {
  position: relative;
  width: 588px;
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  padding: 27px 20px 0;
  height: 496px;
}

.jsym_div4 .text_div .div-more {
  color: #888888;
  font-family: arial;
  font-size: 12px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 42px;
}

.jsym_div4 .text_div .home_tit-list {
  border-bottom: 1px solid #e6e6e6;
}

.jsym_div4 .text_div .home_tit-list span {
  cursor: pointer;
  color: #333333;
  font-size: 22px;
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-bottom: 18px;
}

.jsym_div4 .text_div .home_tit-list span.cur,
.jsym_div4 .text_div .home_tit-list span:hover {
  border-bottom: 3px solid #dd1721;
}

.jsym_div4 .text_div dl {
  margin-top: 20px;
}

.jsym_div4 .text_div dl dt {
  width: 247px;
}

.jsym_div4 .text_div dl dt img {
  width: 247px;
  height: 247px;
}

.jsym_div4 .text_div dl dd {
  width: 299px;
  height: 247px;
  position: relative;
  padding: 15px 20px 0;
}

.jsym_div4 .text_div dl dd .bt {
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.jsym_div4 .text_div dl dd .t {
  margin-top: 10px;
  color: #828282;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.jsym_div4 .text_div dl dd a {
  position: absolute;
  left: 20px;
  bottom: 10px;
  display: inline-block;
  color: #0072ae;
  background: url(../images/icon6.png) no-repeat right center;
  padding-right: 20px;
}

.jsym_div4 .text_div ol {
  margin-top: 15px;
}

.jsym_div4 .text_div ol li {
  float: left;
  width: 100%;
  line-height: 24px;
}

.jsym_div4 .text_div ol li a {
  display: block;
  float: left;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
  background: url(../images/home_hd_iocn2.png) no-repeat left center;
  padding-left: 14px;
}

.jsym_div4 .text_div ol li span {
  display: inline-block;
  float: right;
  color: #666666;
}

.jsym_div4 .text_div ol li:hover a {
  color: #00669a;
  background: url(../images/home_hd_iocn3.png) no-repeat left center;
}

.jsym_div4 .text-img {
  width: 587px;
  height: 496px;
  border: 1px solid #e3e3e3;
}

.return_top {
  border-radius: 4px;
  position: fixed;
  right: 0;
  bottom: 40%;
  width: 75px;
}

.return_top a {
  margin-top: 1px;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #ffffff;
  font-size: 0;
  position: relative;
  text-align: center;
  background: #3d4d66;
}

.return_top a span {
  margin-top: 5px;
  /*display: none;*/
  font-size: 14px;
  display: block;
}

.return_top a .ewm {
  display: none;
  position: absolute;
  left: -118px;
  top: 0;
  width: 110px;
  height: 110px;
  padding: 15px 28px 0 19px;
  background: url(../images/ax_ewn_bg.png) no-repeat center top;
}

.return_top a .ewm img {
  width: 63px;
  height: 66px;
}

.return_top a .ewm p {
  margin-top: 3px;
  color: #666666;
  font-size: 14px;
}

.return_top a:hover {
  background: #007aff;
}

.return_top a:hover span {
  display: block;
}

.return_top a:hover .ewm {
  display: block;
}

.return_top .back {
  font-size: 0;
  padding: 0;
}

.lxwm-container {
  border: 1px solid #e6e6e6;
  padding: 32px 30px 50px;
}

.lxwm-container h3 {
  border-bottom: 1px solid #d0d0d0;
  font-weight: normal;
  color: #006aa0;
  font-size: 18px;
  padding-bottom: 12px;
}

.lxwm-container ol li {
  margin: 15px 0;
  float: left;
  width: 100%;
  color: #333333;
  line-height: 28px;
}

.team_info {
  padding: 20px;
}

.team_info dt {
  float: left;
  width: 235px;
  margin-right: 20px;
  position: relative;
}

.team_info dt img {
  vertical-align: top;
}

.team_info dt .dz {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  height: 27px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}

.team_info dt .dz span {
  background: url(../images/icon17.png) no-repeat left center;
  display: inline-block;
  padding-left: 15px;
}

.team_info dd {
  float: left;
  width: 610px;
}

.lsxxy_div .lsxxy_con .left .container .team_info dd .tit {
  position: relative;
}

.lsxxy_div .lsxxy_con .left .container .team_info dd h1 {
  text-align: left;
  line-height: 50px;
  height: 50px;
  border: 0;
  float: left;
}

.lsxxy_div .lsxxy_con .left .container .team_info dd .star2 {
  float: left;
  margin-left: 30px;
  margin-top: 20px;
}

/*顾问等级钻石*/

.lsxxy_div .lsxxy_con .left .container .team_info dd .star4 {
  float: left;
  margin-left: 30px;
  margin-top: 20px;
}

.lsxxy_div .lsxxy_con .left .container .team_info dd .likes {
  float: right;
  margin-top: 15px;
  padding-left: 22px;
  background: url(../images/ico_hand.png) no-repeat left center;
}

.lsxxy_div .lsxxy_con .left .container .team_info dd .mewm {
  float: right;
  margin-top: 15px;
  padding-left: 25px;
  background: url(../images/ico_ewm.png) no-repeat left center;
  margin-left: 20px;
}

.lsxxy_div .lsxxy_con .left .container .team_info dd .con_div {
  padding: 10px 0 0;
}

.lsxxy_div .lsxxy_con .left .container .team_info dd .con_div p {
  line-height: 1.7em;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li {
  margin-right: 20px;
  width: 289px;
  height: 369px;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .img {
  width: 100%;
  height: 192px;
}

.lsxxy_div .lsxxy_con .left .tjgw_div ul li .text .data {
  margin-top: 10px;
}

.fgs_div {
  background: #ffffff;
  padding-top: 65px;
}

.fgs_div dl dt {
  padding-top: 105px;
  width: 492px;
}

.fgs_div dl dt .yw {
  color: #dedfe3;
  font-size: 24px;
  text-transform: uppercase;
}

.fgs_div dl dt h3 {
  margin-top: 12px;
  color: #14264e;
  font-size: 28px;
  font-weight: normal;
}

.fgs_div dl dt .t {
  margin-top: 35px;
  color: #666666;
  line-height: 24px;
}

.fgs_div dl dd {
  width: 631px;
  font-size: 0;
  height: 549px;
}

.fgs_div2 {
  background: url(../images/fgs_bg.jpg) no-repeat center top;
  min-height: 1101px;
  padding-top: 75px;
}

.fgs_div2 .en {
  text-align: center;
  color: #57617d;
  text-transform: uppercase;
  font-size: 24px;
}

.fgs_div2 .tit {
  text-align: center;
  color: #f8f8f8;
  font-size: 32px;
}

.fgs_div2 ol li {
  margin-top: 70px;
  float: left;
  width: 270px;
  margin-right: 40px;
}

.fgs_div2 ol li .img {
  width: 180px;
  height: 180px;
  background: rgba(59, 76, 122, 0.75);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.fgs_div2 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fgs_div2 ol li .text {
  padding-top: 35px;
}

.fgs_div2 ol li .text h3 {
  text-align: center;
  color: #f8f8f8;
  font-size: 24px;
  font-weight: normal;
  background: url(../images/fgs_pci.png) no-repeat center bottom;
  padding-bottom: 15px;
}

.fgs_div2 ol li .text .t {
  margin-top: 10px;
  color: #c1c4cc;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
}

.fgs_div2 ol li:nth-child(4n) {
  margin-right: 0;
}

.fgs_div3 {
  background: url(../images/fgs_bg2.jpg) no-repeat center top;
  padding-top: 83px;
}

.fgs_div3 .top {
  text-align: center;
  padding-bottom: 60px;
}

.fgs_div3 .top .b {
  color: #dedfe3;
  text-transform: uppercase;
  font-size: 24px;
}

.fgs_div3 .top .tit {
  margin-top: 8px;
  color: #14264e;
  font-size: 32px;
}

.fgs_div3 .top .tit span {
  display: inline-block;
  color: #dd1721;
}

.fgs_div3 .fgs_div4 {
  background: #f2f2f2 url(../images/fgs_pci3.jpg) no-repeat right bottom;
  padding: 46px 0 75px;
  position: relative;
}

.fgs_div3 .fgs_div4:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  margin-left: -18px;
  width: 36px;
  height: 22px;
  background: url(../images/fgs_pci4.jpg) no-repeat center center;
}

.fgs_div3 .fgs_div4 .tit {
  text-align: center;
  color: #00426f;
  font-size: 24px;
}

.fgs_div3 .fgs_div4 .tit i {
  display: inline-block;
  width: 13px;
  height: 14px;
  margin: 0 15px;
  background: url(../images/fgs_pci2.jpg) no-repeat center center;
}

.fgs_div3 .fgs_div4 .fgs_con {
  margin-top: 40px;
}

.fgs_div3 .fgs_div4 .fgs_con dt,
.fgs_div3 .fgs_div4 .fgs_con dd {
  width: 570px;
}

.fgs_div3 .fgs_div4 .fgs_con dt .bt,
.fgs_div3 .fgs_div4 .fgs_con dd .bt {
  color: #333333;
  font-size: 18px;
  margin-bottom: 12px;
}

.fgs_div3 .fgs_div4 .fgs_con dt .g,
.fgs_div3 .fgs_div4 .fgs_con dd .g {
  color: #333333;
  line-height: 30px;
}

.fgs_div3 .fgs_div4 .fgs_con dt .text,
.fgs_div3 .fgs_div4 .fgs_con dd .text {
  padding-right: 30px;
}

.fgs_div3 .fgs_div4 .fgs_con dt .text p,
.fgs_div3 .fgs_div4 .fgs_con dd .text p {
  color: #333333;
  line-height: 30px;
  background: url(../images/fgs_pci5.jpg) no-repeat left 15px;
  padding-left: 13px;
}

.fgs_div3 .fgs_div4 .fgs_con2 {
  margin-bottom: 50px;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li {
  float: left;
  width: 375px;
  margin: 40px 37px 0 0;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li .bt {
  color: #dd1721;
  font-size: 16px;
  padding-left: 20px;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li .text {
  margin-top: 15px;
  background: #fff;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li .text table {
  border: 1px solid #e4e4e4;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li .text table tr {
  border: 1px solid #e4e4e4;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li .text table tr th {
  font-weight: normal;
  color: #000000;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li .text table tr td,
.fgs_div3 .fgs_div4 .fgs_con2 ol li .text table tr th {
  border: 1px solid #e4e4e4;
  padding: 10px 20px;
  color: #666666;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li:nth-child(3n) {
  margin-right: 0;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li.li2 .text table tr td {
  padding: 17px 20px;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li.li3 .text table tr td {
  padding: 23.3px 20px;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li.li5 .text table tr td {
  padding: 30px 20px;
}

.fgs_div3 .fgs_div4 .fgs_con2 ol li.li6 .text table tr td {
  padding: 14px 20px;
}

.fgs_div3 .fgs_div4 .fgs_con2 .bottom {
  margin-top: 20px;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
}

.fgs_div3 .fgs_div4 .jqzy_btn {
  margin-top: 50px;
}

.fgs_div3 .fgs_div4 .jqzy_btn li {
  float: left;
}

.fgs_div3 .fgs_div4 .jqzy_btn li .bt {
  color: #333333;
  font-size: 16px;
}

.fgs_div3 .fgs_div4 .jqzy_btn li .text {
  background: #fff;
  margin-top: 15px;
}

.fgs_div3 .fgs_div4 .jqzy_btn li .text table {
  border: 1px solid #e4e4e4;
}

.fgs_div3 .fgs_div4 .jqzy_btn li .text table tr {
  border: 1px solid #e4e4e4;
}

.fgs_div3 .fgs_div4 .jqzy_btn li .text table tr th {
  font-weight: normal;
  color: #000000;
}

.fgs_div3 .fgs_div4 .jqzy_btn li .text table tr td,
.fgs_div3 .fgs_div4 .jqzy_btn li .text table tr th {
  border: 1px solid #e4e4e4;
  padding: 10px 20px;
  color: #666666;
}

.fgs_div5 {
  margin: 62px 0 80px;
  height: 239px;
}

.fgs_div5 .w1200 {
  height: 239px;
  z-index: 0;
  position: relative;
}

.fgs_div5 .w1200:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1100px;
  height: 239px;
  background: #f2f2f2;
}

.fgs_div5 .img {
  margin-top: -5px;
  width: 249px;
  height: 249px;
  float: left;
  position: relative;
}

.fgs_div5 .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fgs_div5 .text {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  width: 500px;
  float: left;
  margin-left: 45px;
}

.fgs_div5 .text div {
  padding-top: 20px;
  min-height: 185px;
  border-right: 1px dotted #d7d7d7;
  float: left;
  width: 50%;
  text-align: center;
}

.fgs_div5 .text div img {
  width: 98px;
  height: 98px;
  margin: 0 auto;
}

.fgs_div5 .text div p {
  margin-top: 18px;
  color: #2b3d69;
  font-size: 16px;
}

.fgs_div5 .text div:last-child {
  border-right: none;
}

.fgs_div5 .ewm {
  position: relative;
  z-index: 2;
  float: right;
  width: 306px;
  background: url(../images/fgs_img3.jpg) repeat-x left top;
  height: 239px;
  padding: 20px 75px 0;
}

.fgs_div5 .ewm p {
  color: #ffffff;
  font-size: 16px;
}

.fgs_div5 .ewm img {
  margin-top: 17px;
  width: 153px;
  height: 156px;
}

.tc_zlsq {
  display: none;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  text-align: center;
}

.tc_zlsq .box {
  background: #fff;
  width: 1200px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

.tc_zlsq .box .top {
  background: #14264e;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
}

.tc_zlsq .box .top h3 {
  font-size: 16px;
  color: #fff;
  float: left;
  max-width: 80%;
}

.tc_zlsq .box .top span {
  float: right;
  display: block;
  cursor: pointer;
}

.tc_zlsq .box ol {
  padding-bottom: 30px;
}

.tc_zlsq .box ol li {
  padding: 17px 60px;
  background: #fff;
  float: left;
  width: 100%;
}

.tc_zlsq .box ol li:nth-child(2n) {
  background: #f5f5f5;
}

.tc_zlsq .box ol li .text {
  width: 50%;
  float: left;
  line-height: 36px;
}

.tc_zlsq .box ol li .text span {
  display: inline-block;
  float: left;
  width: 85px;
  color: #333333;
}

.tc_zlsq .box ol li .text span.s1 {
  width: 215px;
}

.tc_zlsq .box ol li .text input {
  width: 270px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  height: 36px;
  float: left;
  padding: 0 10px;
}

.tc_zlsq .box ol li .text textarea {
  width: 860px;
  height: 92px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  padding: 10px;
  font-family: "微软雅黑";
  font-size: 14px;
}

.tc_zlsq .box ol li .text>div em {
  cursor: pointer;
  font-style: normal;
  float: left;
  color: #666666;
  display: inline-block;
  margin-right: 20px;
  padding-left: 18px;
  background: url(../images/icon_gl2.png) no-repeat left;
}

.tc_zlsq .box ol li .text>div em.cur {
  background: url(../images/icon_gl.png) no-repeat left;
}

.tc_zlsq .box ol li .btn {
  margin-top: 10px;
  background: #007cbc;
  border: none;
  width: 268px;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
}

.tc_zlsq .box+i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/**20170217**/

.glmg_div {
  background: #14254e;
}

.glmg_div .w1200 {
  position: relative;
}

.glmg_div .img {
  width: 340px;
  line-height: 0;
  float: left;
}

.glmg_div .text {
  float: right;
  width: 900px;
  position: absolute;
  right: 0;
  top: 86px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 50px 40px 50px 80px;
}

.glmg_div .text h3 {
  color: #ffffff;
  font-size: 48px;
}

.glmg_div .text .en {
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 30px;
  font-family: arial;
}

.glmg_div .text .t {
  margin-top: 30px;
  color: #ffffff;
  line-height: 24px;
}

.glmg_div2 {
  padding-top: 0;
}

.glmg_div2 .text .img_qm {
  float: right;
  margin-top: 40px;
}

.glmg_div3 {
  background: url(../images/gl_mg_bg.jpg) no-repeat center center;
}

.xmzt_div6 .glmg_div4 {
  margin-top: 40px;
}

.xmzt_div6 .glmg_div4 .img {
  float: left;
  width: 613px;
  height: 301px;
  line-height: 0;
}

.xmzt_div6 .glmg_div4 .text {
  padding-top: 45px;
  float: right;
  width: 540px;
}

.xmzt_div6 .glmg_div4 .text h3 {
  color: #030303;
  font-size: 16px;
  font-weight: normal;
}

.xmzt_div6 .glmg_div4 .text .t {
  margin-top: 20px;
  color: #555555;
}

.glmg_div5 {
  margin-top: 50px;
  background: url(../images/gl_mg_bg2.jpg) no-repeat center center;
  height: 464px;
  padding-top: 130px;
}

.glmg_div5 .home_tit {
  color: #fff;
  padding-bottom: 15px;
}

.glmg_div5 .home_tit span {
  color: #fff;
}

.glmg_div5 .home_tit:before {
  background: #bababa;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 62px;
}

.glmg_div5 .text {
  margin-top: 18px;
  width: 534px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}

.glmg_div6 {
  background: none;
  height: auto;
  padding-top: 0;
}

.glmg_div6 .img {
  margin-top: 30px;
}

.glmg_div7 ul li {
  width: 292px;
}

.glmg_div7 ul li .t {
  width: 196px;
}

.glmg_div8 {
  padding: 0 0 60px;
}

.glmg_div8 .con_div .right {
  width: 695px;
  margin-top: 35px;
}

.glmg_div8 .con_div .right .text {
  width: 100%;
  background: #f5f5f5;
}

.glmg_div8 .con_div .right .text .img {
  float: left;
  display: block;
  width: 280px;
  height: 177px;
  position: relative;
}

.glmg_div8 .con_div .right .text .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.glmg_div8 .con_div .right .text .t_b {
  float: right;
  width: 415px;
  padding: 60px 55px 0;
}

.glmg_div8 .con_div .right .text .t_b .bt {
  color: #1c1c1c;
  font-size: 20px;
}

.glmg_div8 .con_div .right .text .t_b p {
  color: #1c1c1c;
  font-size: 16px;
  margin-top: 10px;
}

.glmg_div8 .con_div .right .t {
  margin-top: 30px;
  color: #666666;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.glmg_div8 .con_div .right .more {
  display: inline-block;
  margin-top: 30px;
  background: url(../images/icon6.png) no-repeat scroll right center;
  color: #00669a;
  padding-right: 20px;
}

/**20170221**/

.ky_div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  background: url(../images/ky_icon.png);
  text-align: center;
  padding: 100px 0 70px;
}

.ky_div h3 {
  color: #f6f6f6;
  font-size: 52px;
  text-transform: uppercase;
}

.ky_div h1 {
  margin-top: 8px;
  color: #f6f6f6;
  font-size: 30px;
  padding-bottom: 30px;
  position: relative;
}

.ky_div h1:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -29px;
  width: 58px;
  height: 3px;
  background: #fff;
}

.ky_div .t {
  padding: 34px 0 0;
  color: #f6f6f6;
  font-size: 16px;
  line-height: 26px;
}

.ky_tit {
  text-align: center;
  padding-bottom: 15px;
}

.ky_tit:before {
  background: #bababa;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 62px;
}

.ky_name {
  margin-top: 30px;
  color: #666666;
  font-size: 18px;
  text-align: center;
}

.ky_div2 {
  padding: 45px 0;
}

.ky_div2 .ky_con {
  margin-top: 30px;
  position: relative;
}

.ky_div2 .ky_con dt {
  width: 626px;
  line-height: 0;
}

.ky_div2 .ky_con dd {
  width: 615px;
  height: 368px;
  background: #f2f2f2;
  border: 1px solid #e4e4e4;
  position: absolute;
  right: 0;
  top: 27px;
  padding: 80px 55px 0;
}

.ky_div2 .ky_con dd .en {
  color: #999999;
  font-size: 24px;
  text-transform: uppercase;
}

.ky_div2 .ky_con dd h3 {
  margin-top: 20px;
  color: #666666;
  font-size: 18px;
}

.ky_div2 .ky_con dd .t {
  margin-top: 15px;
  color: #666666;
  line-height: 24px;
}

.ky_div3 {
  background: #f4f4f3;
  padding: 45px 0;
}

.ky_div3 .img {
  width: 100%;
  margin-top: 30px;
}

.ky_div4 {
  padding: 45px 0;
}

.ky_div4 .img {
  text-align: center;
  margin-top: 30px;
}

.ky_div5 {
  background: url(../images/ky_bg.jpg) no-repeat center bottom;
  padding: 45px 0;
}

.ky_div5 ol {
  margin-top: 30px;
}

.ky_div5 ol li {
  float: left;
  margin: 45px 0;
  width: 580px;
}

.ky_div5 ol li:nth-child(2n) {
  float: right;
}

.ky_div5 ol li .img {
  width: 219px;
  height: 163px;
  float: left;
  line-height: 0;
}

.ky_div5 ol li .text {
  float: left;
  width: 303px;
  margin-left: 35px;
  padding-top: 20px;
}

.ky_div5 ol li .text .b {
  width: 55px;
  height: 52px;
  background: #101f3e;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 28px;
}

.ky_div5 ol li .text .t {
  margin-top: 15px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.ky_div6 {
  padding: 45px 0;
}

.ky_div6 .img {
  margin-top: 50px;
  text-align: center;
}

.ky_div7 {
  padding: 45px 0;
  background: #f4f4f3;
}

.ky_div7 dl {
  margin-top: 30px;
  position: relative;
}

.ky_div7 dl dt {
  width: 622px;
  line-height: 0;
}

.ky_div7 dl dd {
  position: absolute;
  right: 0;
  top: 28px;
  width: 624px;
  height: 334px;
  background: #fff;
  padding: 60px 67px 0;
}

.ky_div7 dl dd .t {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.ky_div7 dl dd .t p {
  margin: 20px 0;
  padding-left: 14px;
  position: relative;
}

.ky_div7 dl dd .t p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #101f3e;
  border-radius: 50%;
}

.ky_div8 {
  background: url(../images/ky_bg2.jpg) no-repeat center top;
  height: 655px;
}

.ky_div8 .left {
  width: 523px;
  padding-top: 195px;
}

.ky_div8 .left .en {
  font-size: 110px;
  font-weight: bold;
  color: #505d7a;
}

.ky_div8 .left .t {
  color: #fff;
  font-size: 18px;
}

.ky_div8 .left .t span {
  font-size: 60px;
  font-weight: bold;
  font-family: arial;
  position: relative;
  top: 3px;
}

.ky_div8 .right {
  width: 677px;
  padding: 80px 100px 0;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
}

.ky_div8 .right span {
  font-size: 38px;
  font-weight: bold;
  position: relative;
  top: 3px;
}

.ky_div8 .right em {
  font-style: normal;
  font-size: 34px;
  font-family: arial;
  position: relative;
  top: 3px;
}

.ky_div9 {
  padding: 45px 0 0;
}

.ky_div9 ol {
  background: url(../images/ky_bg3.jpg) no-repeat center 78px;
  margin-top: 50px;
}

.ky_div9 ol li {
  width: 370px;
  float: left;
  margin-right: 30px;
  padding-left: 10px;
  margin-bottom: 93px;
}

.ky_div9 ol li .t span {
  color: #101f3e;
  font-size: 16px;
  float: left;
}

.ky_div9 ol li .t div {
  float: left;
  width: 316px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  height: 66px;
  overflow: hidden;
}

.ky_div9 ol li .dian {
  background: url(../images/ky_icon2.jpg) no-repeat center center;
  width: 100%;
  height: 19px;
  margin-top: 3px;
}

.ky_div9 ol li .data {
  text-align: center;
  color: #101f3e;
  font-size: 16px;
  margin-top: 12px;
}

.ky_div10 {
  background: url(../images/ky_bg4.jpg) no-repeat center center;
  height: 627px;
  padding: 54px 0 0;
}

.ky_div10 dl {
  margin-top: 30px;
}

.ky_div10 dl dt {
  width: 308px;
  margin-left: 66px;
  line-height: 0;
}

.ky_div10 dl dd {
  width: 728px;
  padding-top: 70px;
}

.ky_div10 dl dd h1 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}

.ky_div10 dl dd .t {
  margin-top: 35px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}

.ky_div10 dl dd .img_qm {
  float: right;
  margin-top: 40px;
}

.ky_div11 {
  padding: 0 0 45px;
}

.ky_div11 ul li .bt {
  color: #1b1b1b;
  font-size: 16px;
}

.ky_div11 ul li .t {
  margin-top: 20px;
  color: #666;
  line-height: 22px;
}

.ky_div11 ul li {
  padding: 0;
  float: left;
  width: 100%;
}

.ky_div11 ul li .img {
  float: right;
  width: 592px;
  height: 286px;
  line-height: 0;
}

.ky_div11 ul li .text {
  padding-top: 45px;
  float: left;
  width: 585px;
}

/* visa页底部移民专家查询费用样式 */

.costConsultingWrapper {
  width: 98%;
  height: 80px;
  margin: 15px auto;
  -webkit-box-shadow: 0px 0px 6px #999;
  box-shadow: 0px 0px 6px #999;
  border-radius: 5px;
  line-height: 80px;
  color: #405fa8;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 1px;
}

.costConsultingWrapper .title {
  font-size: 22px;
}

.costConsultingWrapper .costConsultingForm {
  display: inline-block;
  font-size: 0px;
  vertical-align: middle;
}

.costConsultingWrapper .numberInput {
  height: 40px;
  width: 170px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  border-right: none;
}

.costConsultingWrapper .submitBtn {
  color: #fff;
  background-color: #dd1721;
  border: none;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 100px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
}

/*顾问朋友圈样式*/

.slideWrapper .bd2 {
  min-height: 800px;
}

.slideWrapper .hd li.on {
  background: #2176B5;
}

.slideWrapper .hd li {
  list-style: none;
  float: left;
  margin-bottom: 15px;
  padding: 8px;
}

.slideWrapper .hd li:hover {
  cursor: pointer;
}

.slideWrapper .hd li.on .home_tit {
  color: #fff;
}

.slideWrapper .hd li.on .home_tit span {
  color: #fff;
}

.slideWrapper .hd li:last-child {
  margin-left: 30px;
}

.bd2 .moments_li {
  width: 100% !important;
  height: auto !important;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px !important;
}

.moments_li .moments_imgWrapper {
  position: relative;
  float: left;
  width: 300px;
  height: 600px;
  overflow: hidden;
}

.bd2 .moments_text {
  float: right;
  width: 580px;
  margin-top: 17px;
  border-bottom: 1px dashed rgba(100, 100, 100, 0.1);
  font-size: 16px;
}

.moments_img {
  position: absolute;
  top: 0px;
  display: block;
  width: 300px;
}

.moments_img:hover {
  cursor: pointer;
}

.imageListWrapper {
  width: 320px;
  float: left;
}

.imageListWrapper ol li {
  margin-bottom: 20px;
}

.imageListWrapper ol li img {
  width: 300px;
}

.textListWrapper {
  width: 587px;
  float: right;
}

.extraArea {
  float: right;
  width: 580px;
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 50px;
}

.extraArea .moments-date {
  margin-right: 20px;
}

.extraArea .likeCount {
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.likeBtnWrapper {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 30px;
}

.likeBtn {
  top: 7px;
  left: 0px;
  position: absolute;
  color: #999;
  font-size: 22px;
  padding-top: 5px;
}

.likeBtn:hover {
  color: #DE3A3A;
  cursor: pointer;
}

/*顾问朋友圈样式end*/

/*顾问页面微信二维码*/

.hd {
  position: relative;
}

.wxQR {
  border: 1px solid red;
  position: absolute;
  right: 0;
  background: url(../images/ico_ewm2.png) no-repeat left 10px center;
  height: 47px;
  line-height: 47px;
  padding-left: 40px;
  padding-right: 10px;
  margin-left: 30px;
  cursor: pointer;
  color: #ffffff;
  background-color: #DD1721;
}

.wxQR:hover .qrImg {
  display: block;
}

.qrImg {
  position: absolute;
  top: 0px;
  left: 180px;
  z-index: 9999999;
  display: none;
  width: 152px;
  height: 152px;
  border: 1px solid #cccccc;
}

/*顾问页面微信二维码end*/